From 79cade8e228ae4ecf8f860de2cbbc7351567ea33 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 10:14:55 +0300 Subject: workflows/ci: cache Boost archive --- .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 e37a096..be60820 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,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