mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
CI: Trying to enable Yarn cache
This commit is contained in:
parent
ba2bfa5b5c
commit
2f6e146841
4
.github/workflows/build-android.yml
vendored
4
.github/workflows/build-android.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user