Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Cache SDL2
id: cache-sdl2
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
Builder/Android/app/jni/SDL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows_x86_x64_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# SDL2 のセットアップをキャッシュし、必要ならスクリプトで実行
- name: Cache SDL2
id: cache-sdl2
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: Builder/Windows/SDL2
key: ${{ runner.os }}-sdl2-${{ hashFiles('Builder/Windows/setup_sdl2.ps1') }}
Expand Down
Loading