Skip to content

Commit 43fac4f

Browse files
committed
fix nightly
1 parent 09747c2 commit 43fac4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
7171
run: make release-mac
7272
- name: Build Release Mac x86
7373
if: matrix.os == 'macos-latest'
74-
run: make release-mac-x68
74+
run: |
75+
rustup target add x86_64-apple-darwin
76+
make release-mac-x86
7577
- name: Build Release Linux
7678
if: matrix.os == 'ubuntu-latest'
7779
run: make release-linux-musl

0 commit comments

Comments
 (0)