Add yarn installation command

Signed-off-by: Trivernis <trivernis@protonmail.com>
pull/4/head
Trivernis 3 years ago
parent 4276598e62
commit b9226d315f

@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
@ -42,10 +43,11 @@ jobs:
- name: Install Angular CLI
run: npm install -g @angular/cli
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
uses: borales/actions-yarn@v2.3.0
with:
cmd: build
run: yarn install
- name: Build project
run: cargo tauri build --debug

Loading…
Cancel
Save