More build changes

This commit is contained in:
Felix Rieseberg 2023-03-14 13:48:53 -07:00
parent 7dda450bf6
commit b3991ef1d0

View File

@ -28,12 +28,12 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- name: Install - name: Install
run: yarn run: yarn --frozen-lockfile
- name: lint - name: lint
run: yarn lint run: yarn lint
build: build:
needs: lint needs: lint
name: Build (${{ matrix.os }}) name: Build (${{ matrix.os }} - ${{ matrix.arch }})
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
@ -53,6 +53,7 @@ jobs:
exclude: exclude:
- os: windows-latest - os: windows-latest
arch: arm64 arch: arm64
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Setup Node.js - name: Setup Node.js