Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsmagd authored Nov 24, 2024
1 parent a8f2ace commit 8a2d0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: choco install ninja -y

- name: Add Ninja to PATH
run: echo "::add-path::C:\\ProgramData\\chocolatey\\bin"
run: echo "C:\ProgramData\chocolatey\bin" >> $GITHUB_PATH

- name: Configure CMake
shell: cmd
Expand Down

0 comments on commit 8a2d0a7

Please sign in to comment.