Skip to content

Commit

Permalink
github actions msbuild - Include zlib in artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Sep 2, 2023
1 parent b362b94 commit 22f5ad9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,15 @@ jobs:
with:
name: binaries
# Includes `minipatch` as that's needed by the test scripts
# Needs `zlib[1].dll` for mrustc to run
path: |
vsproject/x64/${{env.BUILD_CONFIGURATION}}/minicargo.exe
vsproject/x64/${{env.BUILD_CONFIGURATION}}/mrustc.exe
vsproject/x64/${{env.BUILD_CONFIGURATION}}/testrunner.exe
vsproject/x64/${{env.BUILD_CONFIGURATION}}/minipatch.exe
vsproject/x64/${{env.BUILD_CONFIGURATION}}/mir_opt_test.exe
vsproject/x64/${{env.BUILD_CONFIGURATION}}/zlib.dll
vsproject/x64/${{env.BUILD_CONFIGURATION}}/zlib1.dll
test-run:
needs: build
strategy:
Expand Down

0 comments on commit 22f5ad9

Please sign in to comment.