fix(ci): missing cache path

This commit is contained in:
Simon Lecoq
2023-03-12 23:12:33 -04:00
parent f4c6742cd1
commit e2bf05a5d3

View File

@@ -27,6 +27,7 @@ jobs:
run: |
curl -fsSL https://dprint.dev/install.sh | sh
cp /home/runner/.dprint/bin/dprint /usr/local/bin/dprint
mkdir -p /home/runner/.cache/dprint/cache
npm install -g eslint
- name: Checkout master
run: git checkout master