Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat authored Mar 28, 2024
1 parent e8710b6 commit 9738f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@ jobs:
- name: install packages
if: matrix.os == 'windows-latest'
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
choco install nasm
fi
shell: bash

- name: set path
if: matrix.os == 'windows-latest'
run: |
if ( $RUNNER_OS -eq "Windows" ){
echo "C:\Program Files\NASM" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Expand Down

0 comments on commit 9738f27

Please sign in to comment.