fix: i hate windows

This commit is contained in:
theoleuthardt 2025-03-13 11:41:12 +01:00
parent 475c05ca95
commit 78b942caf3

View file

@ -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