We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6593f commit a09ff82Copy full SHA for a09ff82
.github/workflows/tauri-edge.yaml
@@ -243,7 +243,7 @@ jobs:
243
- name: install Rust stable
244
uses: dtolnay/rust-toolchain@stable
245
with:
246
- targets: aarch64-apple-darwin
+ targets: aarch64-apple-darwin,aarch64-apple-darwin,x86_64-apple-darwin
247
248
- name: Install CEF tauri-cli
249
run: cargo install --git https://github.com/tauri-apps/tauri --branch feat/cef tauri-cli
0 commit comments