diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:34:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:34:11 +0300 |
commit | 01b2fc845c9b123517a81a1e03b59417e87381d5 (patch) | |
tree | d3aa19da4fc28968c7282ead13e9559eff2abb9e /.github/workflows | |
parent | update cmake-common (diff) | |
download | winapi-utf8-01b2fc845c9b123517a81a1e03b59417e87381d5.tar.gz winapi-utf8-01b2fc845c9b123517a81a1e03b59417e87381d5.zip |
workflows/ci: cache Boost archive
Diffstat (limited to '.github/workflows')
-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 873e858..d76b18d 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: |