Skip to content

Commit

Permalink
Attempt fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownskl committed Jul 18, 2023
1 parent 03b7c26 commit 0d1ea65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- run: rustup target add aarch64-apple-darwin
if: matrix.os == 'macos-latest'

- run: Invoke-WebRequest -Uri https://fossies.org/windows/misc/nasm-2.16.01-win64.zip -OutFile $env:VCPKG_INSTALLATION_ROOT\nasm-2.16.01-win64.zip
- run: New-Item -Name downloads -Path $env:VCPKG_INSTALLATION_ROOT -ItemType Directory
if: runner.os == 'Windows'
- run: Invoke-WebRequest -Uri https://fossies.org/windows/misc/nasm-2.16.01-win64.zip -OutFile $env:VCPKG_INSTALLATION_ROOT\downloads\nasm-2.16.01-win64.zip
if: runner.os == 'Windows'
- run: cd $env:VCPKG_INSTALLATION_ROOT && dir && dir $env:VCPKG_INSTALLATION_ROOT
if: runner.os == 'Windows'
Expand Down

0 comments on commit 0d1ea65

Please sign in to comment.