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)
|
- name: Install Dependencies (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
||||||
refreshenv
|
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue