diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 729d4b4..825bbef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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