Skip to content

Commit

Permalink
maybe..?
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Nov 3, 2024
1 parent 7802bd4 commit 371210f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- name: Download WSL rootfs
- name: Create rootfs subdirectories
working-directory: ${{env.GITHUB_WORKSPACE}}
run: mkdir x64 ARM64

- 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

- name: Build
Expand Down

0 comments on commit 371210f

Please sign in to comment.