Skip to content

Commit

Permalink
build: install autoconf-archive in docker workflow (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-levan authored Nov 15, 2023
2 parents 95ac7bb + ffc6ea6 commit 6806159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Install toolchains
if: steps.build-cache.outputs.cache-hit != 'true'
run: bazel run //bazel/toolchain:x86_64-linux-musl-gcc
run: |
sudo apt-get install -y autoconf-archive
bazel run //bazel/toolchain:x86_64-linux-musl-gcc
- name: Set pace
run: echo "${{ inputs.pace }}" > ./PACE
Expand Down

0 comments on commit 6806159

Please sign in to comment.