From ab07a0757360a8f4b34f6ead2b97e838e51979c5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 08:38:59 +0300 Subject: workflows/ci: cache Boost archive --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: -- cgit v1.2.3