aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/boost_clang_windows.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-24 16:04:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-24 16:04:51 +0300
commit7d2f7221b7a98a4bd7b486439abbb4b047796af6 (patch)
tree49536b610ad3821c79f3d1a620351171f1ccbe69 /.github/workflows/boost_clang_windows.yml
parentworkflows: fix cache path (diff)
downloadcmake-common-7d2f7221b7a98a4bd7b486439abbb4b047796af6.tar.gz
cmake-common-7d2f7221b7a98a4bd7b486439abbb4b047796af6.zip
workflows: use actions/cache@v2
The v2 tag was finally bumped to v2.1.5 (I needed v2.1.4).
Diffstat (limited to '')
-rw-r--r--.github/workflows/boost_clang_windows.yml2
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 }}'