Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Dec 13, 2024
1 parent 77ae7bd commit 0e6effd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ jobs:
with:
targets: ${{ matrix.target }}

- name: Install Node (Windows)
if: matrix.os == 'windows-latest'
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install pnpm (Windows)
if: matrix.os == 'windows-latest'
uses: pnpm/action-setup@v4
with:
version: 9.9

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
uses: baptiste0928/cargo-install@v3
with:
crate: tauri-cli
version: "^2.0.0-rc"
version: "^2.1.0"
- name: Init TS bindings
run: cargo make init-bindings
shell: bash

0 comments on commit 0e6effd

Please sign in to comment.