build: fix docker workflow

This commit is contained in:
Matthew LeVan 2023-11-15 17:03:02 -05:00
parent 68061597c3
commit 5682844c04

View File

@ -39,9 +39,11 @@ jobs:
- name: Install toolchains
if: steps.build-cache.outputs.cache-hit != 'true'
run: |
sudo apt-get install -y autoconf-archive
bazel run //bazel/toolchain:x86_64-linux-musl-gcc
- name: Install dependencies
run: sudo apt-get install -y autoconf-archive
- name: Set pace
run: echo "${{ inputs.pace }}" > ./PACE