Skip to content

Commit

Permalink
build: install autoconf-archive in docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-levan committed Nov 15, 2023
1 parent 95ac7bb commit ffc6ea6
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 ffc6ea6

Please sign in to comment.