Skip to content

Commit

Permalink
add nasm to path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Apr 13, 2024
1 parent 3b5effc commit acd7719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
choco install pkgconfiglite nasm ninja
python -m pip install meson
Install-ChocolateyPath "$($env:SystemDrive)\Program Files\NASM\" -PathType 'Machine'
echo "PATH set to: $Env:PATH"
# From: https://docs.rs/system-deps/6.2.2/system_deps/index.html
echo "SYSTEM_DEPS_BUILD_INTERNAL=always" >> $env:GITHUB_ENV
echo "SYSTEM_DEPS_LINK=static" >> $env:GITHUB_ENV
Expand Down

0 comments on commit acd7719

Please sign in to comment.