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 9c720cd commit fc7c517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ 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 fc7c517

Please sign in to comment.