Skip to content

Commit a09ff82

Browse files
committed
add x86 target for some reason lol
1 parent 4a6593f commit a09ff82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tauri-edge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
- name: install Rust stable
244244
uses: dtolnay/rust-toolchain@stable
245245
with:
246-
targets: aarch64-apple-darwin
246+
targets: aarch64-apple-darwin,aarch64-apple-darwin,x86_64-apple-darwin
247247

248248
- name: Install CEF tauri-cli
249249
run: cargo install --git https://github.com/tauri-apps/tauri --branch feat/cef tauri-cli

0 commit comments

Comments
 (0)