Attempt another fix

This commit is contained in:
Pranav Gaddamadugu 2024-11-19 16:45:35 -08:00
parent a6aa391546
commit af6f0dfe95

View File

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