Skip to content

Commit

Permalink
Merge pull request #28451 from ProvableHQ/fix/release-ci-linux-musl
Browse files Browse the repository at this point in the history
[Fix] Rust image for Linux musl
  • Loading branch information
d0cd authored Nov 20, 2024
2 parents cc12117 + 67e5b0e commit 8de9b3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,11 @@ jobs:
- uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
target: x86_64-unknown-linux-musl
default: stable-x86_64-unknown-linux-musl

- name: Build
run: |
Expand Down

0 comments on commit 8de9b3a

Please sign in to comment.