We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09747c2 commit 43fac4fCopy full SHA for 43fac4f
.github/workflows/nightly.yml
@@ -71,7 +71,9 @@ jobs:
71
run: make release-mac
72
- name: Build Release Mac x86
73
if: matrix.os == 'macos-latest'
74
- run: make release-mac-x68
+ run: |
75
+ rustup target add x86_64-apple-darwin
76
+ make release-mac-x86
77
- name: Build Release Linux
78
if: matrix.os == 'ubuntu-latest'
79
run: make release-linux-musl
0 commit comments