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/baseruby.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/baseruby.yml') diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml index 089cc354ae..24b867c7fc 100644 --- a/.github/workflows/baseruby.yml +++ b/.github/workflows/baseruby.yml @@ -33,6 +33,10 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: actions/cache@v2 + with: + path: .downloaded-cache + key: downloaded-cache - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} -- cgit v1.2.3