Skip to content

Commit 0ddae3e

Browse files
committed
ci: update build-test workflow and tauri cargo files
1 parent ee4dc49 commit 0ddae3e

File tree

3 files changed

+13
-66
lines changed

3 files changed

+13
-66
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Linux
2929
os: ubuntu-latest
3030
rust-target: x86_64-unknown-linux-gnu
31+
- name: Linux ARM64
32+
os: ubuntu-24.04-arm64
33+
rust-target: aarch64-unknown-linux-gnu
3134
- name: Windows
3235
os: windows-latest
3336
rust-target: x86_64-pc-windows-msvc
@@ -169,4 +172,4 @@ jobs:
169172
issue_number: context.issue.number,
170173
body: comment
171174
});
172-
}
175+
}

src-tauri/Cargo.lock

Lines changed: 7 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ tauri-plugin-notification = "2"
3030
tauri-plugin-clipboard-manager = "2"
3131
tauri-plugin-global-shortcut = "2"
3232
tauri-plugin-http = "2"
33-
window-vibrancy = "0.5"
34-
cocoa = "0.25"
35-
objc = "0.2"
3633
serde = { version = "1", features = ["derive"] }
3734
serde_json = "1"
3835
tokio = { version = "1", features = ["full"] }
@@ -59,6 +56,8 @@ serde_yaml = "0.9"
5956

6057

6158
[target.'cfg(target_os = "macos")'.dependencies]
59+
tauri = { version = "2", features = ["macos-private-api"] }
60+
window-vibrancy = "0.5"
6261
cocoa = "0.26"
6362
objc = "0.2"
6463

0 commit comments

Comments
 (0)