Skip to content

Commit

Permalink
Merge pull request #28453 from ProvableHQ/fix/release-ci-linux-musl
Browse files Browse the repository at this point in the history
[Fix] Another attempt at ensuring the correct target is downloaded.
  • Loading branch information
d0cd authored Nov 20, 2024
2 parents ed61457 + af6f0df commit af5666d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
- name: Build
run: |
docker pull clux/muslrust:stable
docker run -v rustup target add x86_64-unknown-linux-musl
docker run -v cargo-cache:/root/.cargo/registry -v $PWD:/volume --rm -t clux/muslrust:stable cargo build --target x86_64-unknown-linux-musl --package leo-lang --release --features noconfig && ldd target/x86_64-unknown-linux-musl/release/leo
docker run -v cargo-cache:/root/.cargo/registry -v $PWD:/volume --rm -t clux/muslrust:stable rustup target add x86_64-unknown-linux-musl && cargo build --target x86_64-unknown-linux-musl --package leo-lang --release --features noconfig && ldd target/x86_64-unknown-linux-musl/release/leo
- id: get_version
uses: battila7/get-version-action@v2

Expand Down

0 comments on commit af5666d

Please sign in to comment.