1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

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: <https://github.com/ffi/ffi/issues/769>
This commit is contained in:
Cotes Chung 2021-03-03 19:00:52 +08:00
parent 20997d51a5
commit 693d3d8994
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
env:
GEMS_PATH: ~/vendor/bundle
GEMS_PATH: vendor/bundle
steps:
- name: Checkout

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
GEMS_PATH: ~/vendor/bundle
GEMS_PATH: vendor/bundle
steps:
- name: Checkout