Skip to content

Commit

Permalink
more a
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Nov 3, 2024
1 parent db338b7 commit dd4c24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
run: mkdir x64

- name: Download WSL rootfs
working-directory: ${{env.GITHUB_WORKSPACE}}\x64
run: Invoke-WebRequest https://images.fyralabs.com/images/ultramarine/41/wsl-wsl-x86_64.tar.gz -OutFile install.tar.gz
working-directory: ${{env.GITHUB_WORKSPACE}}
run: Invoke-WebRequest https://images.fyralabs.com/images/ultramarine/41/wsl-wsl-x86_64.tar.gz -OutFile x64\install.tar.gz

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit dd4c24b

Please sign in to comment.