Skip to content

Commit

Permalink
Install NASM on Windows CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Jun 10, 2024
1 parent 4a00c1f commit 606cd61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" >> "$env:GITHUB_ENV"
echo "$env:VCPKG_INSTALLATION_ROOT\installed\x64-windows\lib" >> "$env:GITHUB_PATH"
- name: Install NASM (Windows)
if: matrix.platform.name == 'Windows'
uses: ilammy/setup-nasm@v1

- name: Install Native Dependencies (Linux)
if: matrix.platform.name == 'Linux'
run: |
Expand Down

0 comments on commit 606cd61

Please sign in to comment.