[NFC] update build env

This commit is contained in:
Andrew Lenharth 2022-02-16 17:49:39 -06:00
parent b5874da4e7
commit 5d8f91164b
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ jobs:
needs: sanity-check
runs-on: ubuntu-latest
container:
image: ghcr.io/circt/images/circt-ci-build:20220131212430
image: ghcr.io/circt/images/circt-ci-build:20220216182244
steps:
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone
# time.
@ -196,7 +196,7 @@ jobs:
needs: build-llvm
runs-on: ubuntu-latest
container:
image: ghcr.io/circt/images/circt-ci-build:20220131212430
image: ghcr.io/circt/images/circt-ci-build:20220216182244
steps:
- name: Configure Environment
run: echo "$GITHUB_WORKSPACE/llvm/install/bin" >> $GITHUB_PATH