From 6518228157c0c7cd45d22aa5916eed887de2d6f6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 28 Apr 2021 15:43:07 +0300 Subject: workflows/ci: cache Boost --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad3b89b..04db3e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,11 @@ jobs: uses: actions/setup-python@v2 with: python-version: '3.x' + - name: Cache Boost + uses: actions/cache@v2 + with: + path: '${{ runner.workspace }}/build/boost_*.tar.gz' + key: 'boost_${{ env.BOOST_VERSION }}' - name: Build Boost run: make deps - name: Build -- cgit v1.2.3