Skip to content

Commit

Permalink
Merge branch 'master' into tracing-path
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Jun 10, 2024
2 parents 3384b2e + 606cd61 commit bfaa0da
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 bfaa0da

Please sign in to comment.