Skip to content

Commit

Permalink
Try fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Fidanov committed Jun 10, 2024
1 parent a479b77 commit c71c8a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
run: sudo apt update && sudo apt install -y pkg-config musl-tools libssl-dev

# Setup Rust, use the x86_64-apple-darwin target but the rest can be customized.
- name: Setup Rust
uses: ATiltedTree/setup-rust@v1
with:
targets: x86_64-apple-darwin x86_64-unknown-linux-musl aarch64-apple-darwin
rust-version: stable
# - name: Setup Rust
# uses: ATiltedTree/setup-rust@v1
# with:
# targets: x86_64-apple-darwin x86_64-unknown-linux-musl aarch64-apple-darwin
# rust-version: stable

# Use the v1 of this action
- name: Setup OSXCROSS
Expand Down

0 comments on commit c71c8a8

Please sign in to comment.