aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_appveyor.yml')
-rw-r--r--.github/workflows/ci_appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml
index 9d76d1a..a88dc7d 100644
--- a/.github/workflows/ci_appveyor.yml
+++ b/.github/workflows/ci_appveyor.yml
@@ -45,6 +45,12 @@ jobs:
with:
python-version: '3.x'
+ - name: Cache Boost
+ uses: actions/cache@v2
+ with:
+ path: C:\projects\boost_*.tar.gz
+ key: '${{ runner.os }}-boost-${{ env.boost_version }}'
+
- name: Create C:\projects
run: mkdir C:\projects