Skip to content

Commit

Permalink
CI: cache win32-lib-src
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Dec 29, 2024
1 parent 1eaceb5 commit 51d9bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ jobs:
- name: Cache/restore win32-libs
uses: actions/cache@v4
with:
key: libs-${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('win32/*.sh') }}
key: libs2-${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('win32/*.sh') }}
path: |
win32-lib
win32-lib-src
- name: Build libs
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 51d9bcc

Please sign in to comment.