aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:57:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:57:41 +0300
commit960210bc615d26e332e4c568babc14838865cca7 (patch)
tree61feaf47f15d9f2aa2f07d254e01cec4610082a1
parentupdate cmake-common (diff)
downloadwinapi-common-960210bc615d26e332e4c568babc14838865cca7.tar.gz
winapi-common-960210bc615d26e332e4c568babc14838865cca7.zip
workflows/ci: cache Boost archive
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d547bc7..2acea1a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -49,6 +49,11 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
+ - name: Cache Boost
+ uses: actions/cache@v2
+ with:
+ path: '${{ runner.workspace }}/build/boost_*.tar.gz'
+ key: 'boost_${{ env.BOOST_VERSION }}'
- name: Set up Python
uses: actions/setup-python@v2
with: