Skip to content

Commit ebbde5c

Browse files
committed
Merge branch 'spotty-dev' into spotty
2 parents 942c833 + c4fae96 commit ebbde5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-spotty.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
contents: ${{ env.KEYMASTER_CLIENT_ID }}
2525
write-mode: overwrite
2626

27-
- name: Install Rust support for ARM64 & prepare environment
27+
- name: Install Rust support for x86_64 & prepare environment
2828
run: |
29-
rustup target add aarch64-apple-darwin
29+
rustup target add x86_64-apple-darwin
3030
mkdir releases
3131
3232
- name: Build
3333
run: |
34-
cargo build --release
34+
cargo build --target=x86_64-apple-darwin --release
3535
cargo build --target=aarch64-apple-darwin --release
3636
3737
- name: Build fat binary

0 commit comments

Comments
 (0)