Skip to content

Commit

Permalink
.github/workflows/windows-cuda-dependency.yml: fix zlib compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Mar 12, 2022
1 parent 90a1b1d commit c415cdd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/windows-cuda-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ github.workspace }}/zlib-release
key: ${{ runner.os }}-zlib-1.2.11
key: ${{ runner.os }}-zlib-1.2.11-v2

- name: Setup msbuild
if: steps.cache-zlib.outputs.cache-hit != 'true'
Expand All @@ -114,9 +114,8 @@ jobs:
mkdir %GITHUB_WORKSPACE%\zlib-release
move x64\ZlibDllRelease\zlibwapi.dll %GITHUB_WORKSPACE%\zlib-release
- name: Move zlib
shell: cmd
run: move zlib-release\zlibwapi.dll vsmlrt-cuda
- name: Copy zlib
run: cp -v zlib-release/zlibwapi.dll vsmlrt-cuda

- name: Compress
run: |
Expand Down

0 comments on commit c415cdd

Please sign in to comment.