fix: dependecy install of windows worker

This commit is contained in:
theoleuthardt 2025-03-13 11:39:01 +01:00
parent 12c3ebe5b0
commit 475c05ca95

View file

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