mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 11:01:08 +03:00
add rustup target to mac x86_64 build
This commit is contained in:
parent
2d60c5178b
commit
118f885468
1 changed files with 2 additions and 0 deletions
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue