Skip to content

Commit

Permalink
add rustup target to mac x86_64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Nov 5, 2024
1 parent 2d60c51 commit 118f885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
name: macOS Release - x86_64
runs-on: macos-latest
steps:
- name: Install Rust Target
run: rustup target add x86_64-apple-darwin
- name: Checkout
uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 118f885

Please sign in to comment.