Skip to content

Commit

Permalink
CI: cache win32-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Dec 29, 2024
1 parent 892fe0b commit 4f191bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Cache/restore win32-libs
uses: actions/cache@v4
with:
key: libs-${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('win32/*.sh') }}
path: |
win32-lib
- name: Build libs
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 4f191bb

Please sign in to comment.