fix(ci): missing cache path
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -fsSL https://dprint.dev/install.sh | sh
|
curl -fsSL https://dprint.dev/install.sh | sh
|
||||||
cp /home/runner/.dprint/bin/dprint /usr/local/bin/dprint
|
cp /home/runner/.dprint/bin/dprint /usr/local/bin/dprint
|
||||||
|
mkdir -p /home/runner/.cache/dprint/cache
|
||||||
npm install -g eslint
|
npm install -g eslint
|
||||||
- name: Checkout master
|
- name: Checkout master
|
||||||
run: git checkout master
|
run: git checkout master
|
||||||
|
|||||||
Reference in New Issue
Block a user