Skip to content

Commit

Permalink
Add build cache for Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CHH2000day committed Dec 13, 2023
1 parent b14c1f5 commit d2713f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: sudo apt-get update && sudo apt-get -y install build-essential gcc-multilib g++-multilib mingw-w64 libgl1-mesa-dev libglu1-mesa-dev libx11-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qt5-qmake libasound2-dev libportaudio2 libpulse-dev ffmpeg libxcursor-dev
- name: Restore libacfutils dep cache
id: restore_libacfutils_dep_cache
run: actions/cache/restore@v3
uses: actions/cache/restore@v3
with:
path: |
src/libacfutils/zlib
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
path: BetterPushBack_lin_win.zip
- name: Save libacfutils dep cache
id: save_libacfutils_dep_cache
run: actions/cache/save@v3
uses: actions/cache/save@v3
with:
path: |
src/libacfutils/zlib
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get update && sudo apt-get -y install build-essential gcc-multilib g++-multilib mingw-w64 libgl1-mesa-dev libglu1-mesa-dev libx11-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qt5-qmake libasound2-dev libportaudio2 libpulse-dev ffmpeg libxcursor-dev
- name: Restore libacfutils dep cache
id: restore_libacfutils_dep_cache
run: actions/cache/restore@v3
uses: actions/cache/restore@v3
with:
path: |
src/libacfutils/zlib
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
prerelease: true
- name: Save libacfutils dep cache
id: save_libacfutils_dep_cache
run: actions/cache/save@v3
uses: actions/cache/save@v3
with:
path: |
src/libacfutils/zlib
Expand Down

0 comments on commit d2713f1

Please sign in to comment.