Skip to content

Commit

Permalink
release v2022.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Jul 5, 2022
2 parents 95b9090 + ac5097e commit 80e77a0
Show file tree
Hide file tree
Showing 19 changed files with 278 additions and 185 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: install wasm target
run: rustup target add wasm32-unknown-unknown
- name: install tauri-cli & tauri-build
run: cargo install tauri-cli --git https://github.com/tauri-apps/tauri --rev 23a049c593e5394b347b0abdf0f4f37f36a29873
run: cargo install tauri-cli --version "^1.0.2"
- name: install trunk
run: cargo install --locked trunk
- name: install dependencies (ubuntu only)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev
cargo install tauri-cli --git https://github.com/tauri-apps/tauri --rev 23a049c593e5394b347b0abdf0f4f37f36a29873
cargo install tauri-cli --version "^1.0.2"
cargo install --locked trunk
- name: Build sidecar
Expand Down
Loading

0 comments on commit 80e77a0

Please sign in to comment.