diff options
Diffstat (limited to '.github/workflows/boost_clang_windows.yml')
-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 66fea9e..8cb12f2 100644 --- a/.github/workflows/boost_clang_windows.yml +++ b/.github/workflows/boost_clang_windows.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 - name: Cache Boost - uses: actions/cache@v2.1.4 + uses: actions/cache@v2 with: path: '${{ runner.workspace }}/boost/boost_*.tar.gz' key: 'boost_${{ matrix.boost-version }}' |