We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d60c51 commit 118f885Copy full SHA for 118f885
.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