diff --git a/.gitea/workflows/build-windows.yaml b/.gitea/workflows/build-windows.yaml index d3e4666fb..63f555eae 100644 --- a/.gitea/workflows/build-windows.yaml +++ b/.gitea/workflows/build-windows.yaml @@ -20,7 +20,8 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - - run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted + + # - run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted - name: Install CUDA uses: Jimver/cuda-toolkit@v0.2.11 @@ -30,7 +31,7 @@ jobs: - run: nvcc -V - name: Install CMake and Ninja - uses: lukka/get-cmake@latest + uses: lukka/get-cmake@3.27.4 with: useLocalCache: true useCloudCache: false