CI: Trying to enable Yarn cache

pull/8613/head
Laurent Cozic 2023-08-05 17:06:58 +01:00
parent ba2bfa5b5c
commit 2f6e146841
1 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,8 @@ jobs:
run: |
sudo apt-get update || true
sudo apt-get install -y libsecret-1-dev
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
@ -35,8 +37,6 @@ jobs:
run: |
corepack enable
- uses: actions/checkout@v2
- name: Install
run: yarn install