Merge pull request #28451 from ProvableHQ/fix/release-ci-linux-musl

[Fix] Rust image for Linux musl
This commit is contained in:
d0cd 2024-11-19 16:34:44 -08:00 committed by GitHub
commit 8de9b3ad14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |