Skip to content

♾️ Fix yarn install #3

♾️ Fix yarn install

♾️ Fix yarn install #3

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
check-latest: true
cache: 'yarn'
# https://stackoverflow.com/a/69944063/14511192
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn tauri build