From 3400568b096efc6b2409525e0500b6f46ebe3253 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 3 Mar 2021 19:00:52 +0800 Subject: [PATCH] Change the bundle cache path on gh-actions ubuntu-latest changed from 18.04 TLS to 20.04 LTS causes a file path change to the `ffi` gem, invalidating the gh-actions cache file, and causes the build to fail. See: --- .github/workflows/ci.yml | 2 +- .github/workflows/pages-deploy.yml.hook | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93e2dd6..a9d312e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: os: [ubuntu-latest, macos-latest] env: - GEMS_PATH: ~/vendor/bundle + GEMS_PATH: vendor/bundle steps: - name: Checkout diff --git a/.github/workflows/pages-deploy.yml.hook b/.github/workflows/pages-deploy.yml.hook index e586527..8bcfcf4 100644 --- a/.github/workflows/pages-deploy.yml.hook +++ b/.github/workflows/pages-deploy.yml.hook @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest env: - GEMS_PATH: ~/vendor/bundle + GEMS_PATH: vendor/bundle steps: - name: Checkout