Skip to content

Commit

Permalink
ci: Install tauri-cli and typeshare-cli globally
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Sep 8, 2024
1 parent eca3949 commit d22a741
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-gui-preview-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
working-directory: src-gui
run: yarn install

- name: install tauri-cli globally
run: |
cargo install typeshare-cli
cargo install tauri-cli@^2.0.0-rc
- uses: tauri-apps/tauri-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -60,4 +65,4 @@ jobs:
includeDebug: true
projectPath: src-tauri
args: ${{ matrix.args }}
tauriScript: npx @tauri-apps/cli@2.0.0-rc.12
tauriScript: cargo tauri

0 comments on commit d22a741

Please sign in to comment.