diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/boost_clang_windows.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/boost_clang_windows.yml b/.github/workflows/boost_clang_windows.yml index 69160f3..5a9b58e 100644 --- a/.github/workflows/boost_clang_windows.yml +++ b/.github/workflows/boost_clang_windows.yml @@ -35,13 +35,13 @@ jobs: uses: actions/checkout@v2 - name: Cache Boost - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: '${{ runner.workspace }}/boost/boost_*.tar.gz' - key: '${{ runner.os }}-boost-${{ matrix.boost-version }}' + key: 'boost-${{ matrix.boost-version }}' - name: Clean up PATH - uses: egor-tensin/cleanup-path@v1 + uses: egor-tensin/cleanup-path@v2 if: runner.os == 'Windows' - name: Set common variables |