We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1936ccd + 118f885 commit 26c934aCopy full SHA for 26c934a
.github/workflows/cd.yaml
@@ -31,6 +31,8 @@ jobs:
31
name: macOS Release - x86_64
32
runs-on: macos-latest
33
steps:
34
+ - name: Install Rust Target
35
+ run: rustup target add x86_64-apple-darwin
36
- name: Checkout
37
uses: actions/checkout@v3
38
- name: Build
0 commit comments