Skip to content

Commit

Permalink
Install musl deps for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Oct 29, 2024
1 parent 9b741d2 commit 7a9d8d0
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 7a9d8d0

Please sign in to comment.