aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/basic.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/basic.yml')
-rw-r--r--.github/workflows/basic.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml
index 89c2fc0..d3a9d92 100644
--- a/.github/workflows/basic.yml
+++ b/.github/workflows/basic.yml
@@ -37,10 +37,10 @@ jobs:
python-version: '3.x'
- name: Cache Boost
- uses: actions/cache@v2
+ uses: actions/cache@v2.1.4
with:
path: boost_*.tar.gz
- key: ${{ runner.os }}-boost-1.72.0
+ key: boost-1.72.0
- name: Build Boost
run: |