mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make the cache directory [ci skip]
This commit is contained in:
parent
d58406ffca
commit
9b917315f4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check_misc.yml
vendored
1
.github/workflows/check_misc.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
|
||||
- name: Download previous gems list
|
||||
run: |
|
||||
mkdir -p .downloaded-cache
|
||||
curl -o .downloaded-cache/default_gems.json https://stdgems.org/default_gems.json
|
||||
ln -s .downloaded-cache/default_gems.json .
|
||||
|
||||
|
|
Loading…
Reference in a new issue