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 9738f27 commit 79d6365
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,12 @@ jobs:
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: install packages
if: matrix.os == 'windows-latest'
- name: setup nasm windows
if: runner.os == 'Windows'
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
}
echo "C:\Program Files\NASM" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append


- name: Configure CMake
Expand Down

0 comments on commit 79d6365

Please sign in to comment.