mirror of
https://github.com/theoleuthardt/DinoGame.git
synced 2026-06-13 01:17:56 +00:00
fix: dependecy install of windows worker
This commit is contained in:
parent
12c3ebe5b0
commit
475c05ca95
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -33,7 +33,9 @@ jobs:
|
|||
|
||||
- name: Install Dependencies (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' && refreshenv
|
||||
run: |
|
||||
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
||||
refreshenv
|
||||
shell: powershell
|
||||
|
||||
- name: Configure CMake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue