Skip to content

Commit

Permalink
Merge pull request #188 from Concordium/add-musl-deps
Browse files Browse the repository at this point in the history
Install musl deps for ubuntu
  • Loading branch information
limemloh authored Oct 29, 2024
2 parents 9b741d2 + 7a9d8d0 commit 028c11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Build on ubuntu
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get install -y musl-tools musl-dev
rustup target add x86_64-unknown-linux-musl
cargo build --release --manifest-path cargo-concordium/Cargo.toml --target x86_64-unknown-linux-musl
- name: Build on windows
Expand Down

0 comments on commit 028c11c

Please sign in to comment.