Skip to content

Commit

Permalink
Fixup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
george-norton committed May 15, 2024
1 parent bf852d2 commit 0e7e12f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: install Rust stable
Expand All @@ -28,7 +28,7 @@ jobs:
- name: install dependencies (macos only)
if: matrix.platform == 'macos-latest'
run: |
rustup target add aarch64-apple-darwin
rustup target add aarch64-apple-darwin x86_64-apple-darwin
- name: install frontend dependencies
run: yarn install # change this to npm or pnpm depending on which one you use
- uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit 0e7e12f

Please sign in to comment.