diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:57:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:57:41 +0300 |
commit | 960210bc615d26e332e4c568babc14838865cca7 (patch) | |
tree | 61feaf47f15d9f2aa2f07d254e01cec4610082a1 /.github | |
parent | update cmake-common (diff) | |
download | winapi-common-960210bc615d26e332e4c568babc14838865cca7.tar.gz winapi-common-960210bc615d26e332e4c568babc14838865cca7.zip |
workflows/ci: cache Boost archive
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
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: |