Skip to content

Commit ddfa7ba

Browse files
committed
2.3.3 - 60HE+ Support
1 parent 75ffcc1 commit ddfa7ba

File tree

10 files changed

+857
-246
lines changed

10 files changed

+857
-246
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
sudo apt-get update
3737
sudo apt-get install -y libwebkit2gtk-4.1-dev libusb-1.0-0-dev libayatana-appindicator3-dev libsoup-3.0-dev javascriptcoregtk-4.1-dev
38-
38+
3939
- name: Install Protoc
4040
uses: arduino/setup-protoc@v2
4141
with:
@@ -51,9 +51,9 @@ jobs:
5151
- name: Add Rust Target (Other)
5252
if: ${{ matrix.runner != 'macos-latest' }}
5353
run: rustup target add ${{ matrix.target }}
54-
54+
5555
- name: Install Tauri CLI
56-
run: cargo install tauri-cli --git https://github.com/Shays-Forks/tauri.git
56+
run: cargo install --locked --git https://github.com/Shays-Forks/tauri.git tauri-cli
5757

5858
- name: Build Tauri Installers/Bundles/Images
5959
uses: tauri-apps/tauri-action@dev

0 commit comments

Comments
 (0)