Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vipalade authored Dec 7, 2023
1 parent 3fbee65 commit 9c720cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
shell: bash
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
choco install nasm
echo "C:\Program Files\NASM\" >> $GITHUB_PATH
choco install nasm && echo "C:\Program Files\NASM\" >> $GITHUB_PATH
fi
- name: Configure CMake
Expand Down

0 comments on commit 9c720cd

Please sign in to comment.