From 3f1dcd7fffbe94538c233d4f916523b00dbc2889 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 2 Dec 2021 22:21:20 +0900 Subject: Cache downloaded files Cache downloaded external libraries/gems, which are expected not changed so frequently. Also sometimes downloading from zlib returns the current time as the date header in unexpected format, and checksums mismatch at that time. --- .github/workflows/compilers.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/compilers.yml') diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 880eb2b588..2c2b6598f7 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -200,6 +200,10 @@ jobs: - uses: actions/checkout@v2 with: path: src + - uses: actions/cache@v2 + with: + path: src/.downloaded-cache + key: downloaded-cache - run: ./autogen.sh working-directory: src - name: Run configure -- cgit v1.2.3