aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 08:38:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 08:38:59 +0300
commitab07a0757360a8f4b34f6ead2b97e838e51979c5 (patch)
tree91a6e53b9280a565f66de8a56aaaa4b7efb11545
parentREADME: fix badge link (diff)
downloadaes-tools-ab07a0757360a8f4b34f6ead2b97e838e51979c5.tar.gz
aes-tools-ab07a0757360a8f4b34f6ead2b97e838e51979c5.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 d9f387e..ba18437 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,6 +41,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: