From c300d8fcc7cbd386557e9dd2026db5011b52256d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 13 Mar 2021 19:11:26 +0300 Subject: workflows: cache Boost downloads --- .github/workflows/boost_clang_windows.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows/boost_clang_windows.yml') diff --git a/.github/workflows/boost_clang_windows.yml b/.github/workflows/boost_clang_windows.yml index d988269..dca79aa 100644 --- a/.github/workflows/boost_clang_windows.yml +++ b/.github/workflows/boost_clang_windows.yml @@ -34,6 +34,12 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Cache Boost + uses: actions/cache@v2 + with: + path: '${{ runner.workspace }}/boost/boost_*.tar.gz' + key: boost-${{ matrix.boost-version }} + - name: Clean up PATH uses: egor-tensin/cleanup-path@v1 if: runner.os == 'Windows' -- cgit v1.2.3