Skip to content

Commit

Permalink
Download tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Nov 3, 2024
1 parent 95deca1 commit 21c185d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- name: Download WSL rootfs
working-directory: ${{env.GITHUB_WORKSPACE}}
run: wget https://images.fyralabs.com/images/ultramarine/41/wsl-wsl-x86_64.tar.gz -o install.tar.gz

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).
Expand Down

0 comments on commit 21c185d

Please sign in to comment.