Skip to content

Commit 118f885

Browse files
committed
add rustup target to mac x86_64 build
1 parent 2d60c51 commit 118f885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
name: macOS Release - x86_64
3232
runs-on: macos-latest
3333
steps:
34+
- name: Install Rust Target
35+
run: rustup target add x86_64-apple-darwin
3436
- name: Checkout
3537
uses: actions/checkout@v3
3638
- name: Build

0 commit comments

Comments
 (0)