Skip to content

Commit

Permalink
Install musl-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Z committed Jul 13, 2022
1 parent 7b7e159 commit cd4f807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compiler-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Preparing workspace. Installing additional packages.
run: |
${DOCKER_CMD} sh -c 'apt install -y ninja-build'
${DOCKER_CMD} sh -c 'apt install -y ninja-build musl-gcc'
${DOCKER_CMD} sh -c 'rustup target add x86_64-unknown-linux-musl'
- name: Preparing workspace. Setting docker ssh key.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compiler-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Preparing workspace. Installing additional packages.
run: |
${DOCKER_CMD} sh -c 'apt install -y ninja-build'
${DOCKER_CMD} sh -c 'apt install -y ninja-build musl-gcc'
${DOCKER_CMD} sh -c 'rustup target add x86_64-unknown-linux-musl'
- name: Preparing workspace. Setting docker ssh key.
Expand Down

0 comments on commit cd4f807

Please sign in to comment.