diff --git a/.github/workflows/ResInsightWithCache.yml b/.github/workflows/ResInsightWithCache.yml index daa3d5ccd0..02c97bc747 100644 --- a/.github/workflows/ResInsightWithCache.yml +++ b/.github/workflows/ResInsightWithCache.yml @@ -100,8 +100,9 @@ jobs: run: New-Item ${{ env.BUILDCACHE_DIR }} -ItemType "directory" -Force shell: pwsh - name: Add buildcache to system path - run: echo "::add-path::${{ github.workspace }}/bin" - + run: echo "${{github.workspace}}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 + shell: pwsh + - name: Cache Qt id: cache-qt uses: actions/cache@v2