Skip to content

Commit 26c934a

Browse files
committed
merge from latest master
2 parents 1936ccd + 118f885 commit 26c934a

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)