mirror of
https://github.com/theoleuthardt/DinoGame.git
synced 2026-06-13 09:27:57 +00:00
fix: i hate windows
This commit is contained in:
parent
475c05ca95
commit
78b942caf3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -34,8 +34,8 @@ jobs:
|
|||
- name: Install Dependencies (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
||||
refreshenv
|
||||
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
||||
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
|
||||
shell: powershell
|
||||
|
||||
- name: Configure CMake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue