Skip to content

Commit

Permalink
cache headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jan 11, 2025
1 parent b24c815 commit 88ca5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
path: |
ninjabuild-windows/libcrypto.a
ninjabuild-windows/libssl.a
key: openssl-${{ steps.revparse.outputs.openssl }}-${{ hashFiles('deps/openssl-windowsbuild.sh') }}-${{ runner.os }}
key: openssl-${{ steps.revparse.outputs.openssl }}-${{ hashFiles('deps/openssl-windowsbuild.sh', 'deps/openssl/openssl/include/crypto', 'deps/openssl/openssl/include/openssl') }}-${{ runner.os }}

- name: Cache wgpu-native
id: cache-wgpu
Expand Down

0 comments on commit 88ca5ae

Please sign in to comment.