Skip to content

Commit

Permalink
Update tauri-builds.yml (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0ryae authored Jun 17, 2024
1 parent d49d5c6 commit 2a62c47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tauri-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20

cache: 'yarn'
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 2a62c47

Please sign in to comment.