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 f7dcca8 commit 724f11f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ jobs:
- name: Install nasm
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: nasm
shell: bash
run: |
choco install nasm
if ["$RUNNER_OS" == "Windows" ]; then
choco install nasm
echo "C:\Program Files\NASM\" >> $GITHUB_PATH
fi
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 724f11f

Please sign in to comment.