Skip to content

Commit

Permalink
Upgraded cli
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 29, 2024
1 parent b2fdb64 commit 082adee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,6 @@ jobs:
# fileName: 'relay.happ'
# out-file-path: 'workdir/'

- name: Build rust deps to workaround https://github.com/tauri-apps/tauri/issues/11054
run: |
cargo build --bins --features tauri/custom-protocol,tauri/native-tls --release
- name: build the app
uses: tauri-apps/tauri-action@v0
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@holochain-playground/cli": "^0.2.0",
"@holochain/hc-spin": "^0.400.0-dev.3",
"@rollup/plugin-typescript": "^8.0.0",
"@tauri-apps/cli": "^2.0.0-rc.16",
"@tauri-apps/cli": "^2.0.0-rc.17",
"@tsconfig/svelte": "^5.0.4",
"@types/dompurify": "^3.0.5",
"@types/lodash-es": "^4.17.12",
Expand Down

0 comments on commit 082adee

Please sign in to comment.