diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/boost_clang_windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/boost_clang_windows.yml b/.github/workflows/boost_clang_windows.yml index dca79aa..69160f3 100644 --- a/.github/workflows/boost_clang_windows.yml +++ b/.github/workflows/boost_clang_windows.yml @@ -38,7 +38,7 @@ jobs: uses: actions/cache@v2 with: path: '${{ runner.workspace }}/boost/boost_*.tar.gz' - key: boost-${{ matrix.boost-version }} + key: '${{ runner.os }}-boost-${{ matrix.boost-version }}' - name: Clean up PATH uses: egor-tensin/cleanup-path@v1 |