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

Loading…
Cancel
Save