Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienD committed Oct 6, 2024
1 parent 1732982 commit 34e7720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
node-version: 20

- name: install Rust stable
uses: dtolnay/rust-toolchain@1.76.0
uses: dtolnay/rust-toolchain@1.81.0

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-latest'
Expand All @@ -84,7 +84,7 @@ jobs:
- name: install frontend dependencies
run: yarn install # change this to npm or pnpm depending on which one you use

- uses: tauri-apps/[email protected].12
- uses: tauri-apps/[email protected].15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 34e7720

Please sign in to comment.