Skip to content

Commit

Permalink
fix(ci): x86_64 macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
usagi-flow committed May 17, 2024
1 parent f5059e8 commit bcbbd4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/evil-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
shared-key: "build"

- name: Build
run: cargo build --target ${{ matrix.target.id }} --profile opt
run: |
rustup target add ${{ matrix.target.id }}
cargo build --target ${{ matrix.target.id }} --profile opt
if: ${{ matrix.target.native}}

- name: Build (cross)
Expand Down

0 comments on commit bcbbd4f

Please sign in to comment.