Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Jun 17, 2023
1 parent b8ab172 commit 679a216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
src-elevated-sidecar
src-tauri
- name: Install development Tauri CLI
run: cargo install --git https://github.com/tauri-apps/tauri --branch dev tauri-cli
run: cargo install --git https://github.com/Raphiiko/tauri --branch dev tauri-cli
# - name: Check Rust code in shared module
# run: cd src-shared && cargo clippy --all-features --no-deps
# - name: Check Rust code in elevated sidecar module
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
src-elevated-sidecar
src-tauri
- name: Install development Tauri CLI
run: cargo install --git https://github.com/tauri-apps/tauri --branch dev tauri-cli
run: cargo install --git https://github.com/Raphiiko/tauri --branch dev tauri-cli
- name: Get Changelog Entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-and-feature-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
src-elevated-sidecar
src-tauri
- name: Install development Tauri CLI
run: cargo install --git https://github.com/tauri-apps/tauri --branch dev tauri-cli
run: cargo install --git https://github.com/Raphiiko/tauri --branch dev tauri-cli
# - name: Check Rust code in shared module
# run: cd src-shared && cargo clippy --all-features --no-deps
# - name: Check Rust code in elevated sidecar moduler
Expand Down

0 comments on commit 679a216

Please sign in to comment.