Skip to content

Commit

Permalink
Attempt macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 19, 2024
1 parent 7566944 commit 8866b89
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
- name: install Go stable
uses: actions/setup-go@v4
with:
go-version: 1.21.1
go-version: stable

- name: Install and prepare
run: |
Expand All @@ -279,6 +279,11 @@ 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 Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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.10",
"@tauri-apps/cli": "^2.0.0-rc.16",
"@tsconfig/svelte": "^5.0.4",
"@types/dompurify": "^3.0.5",
"@types/lodash-es": "^4.17.12",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ tauri-build = { version = "2.0.0-rc", default-features = false , features = [] }

[dependencies]
tauri = { version = "2.0.0-rc", features = [] }
tauri-plugin-holochain = { git = "https://github.com/darksoil-studio/p2p-shipyard", branch = "develop" }
holochain_types = { version = "0.3.1-rc" }
tauri-plugin-holochain = { git = "https://github.com/darksoil-studio/p2p-shipyard", branch = "main" }
holochain_types = { version = "0.3.2" }
lair_keystore = { version = "0.4.0" }

holochain_client = { version = "0.5.0" }
Expand Down

0 comments on commit 8866b89

Please sign in to comment.