Skip to content

Commit

Permalink
fixup: cache, arm
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 2, 2024
1 parent fb80cd3 commit dcd8497
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ jobs:
id: cache-windows-modules
with:
path: |
./windows/*/bin/x64-*/*.dll
./windows/*/bin/x64-*/*.lib
!./windows/*/bin/x64-*/libcommon.lib
!./windows/*/bin/x64-*/libshared.lib
!./windows/*/bin/x64-*/libwfp.lib
./windows/*/bin/${{ matrix.config.arch }}-*/*.dll
./windows/*/bin/${{ matrix.config.arch }}-*/*.lib
!./windows/*/bin/${{ matrix.config.arch }}-*/libcommon.lib
!./windows/*/bin/${{ matrix.config.arch }}-*/libshared.lib
!./windows/*/bin/${{ matrix.config.arch }}-*/libwfp.lib
key: windows-modules-${{ steps.windows-modules-hash.outputs.hash }}

# The x64 toolchain is needed to build talpid-openvpn-plugin
Expand Down

0 comments on commit dcd8497

Please sign in to comment.