Skip to content

Commit

Permalink
switch back to using main image
Browse files Browse the repository at this point in the history
  • Loading branch information
zero9178 committed May 18, 2024
1 parent 245304e commit 6c60b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Quidditch Toolchain
run: |
mkdir ./toolchain
docker run --rm ghcr.io/opencompl/quidditch/toolchain:optimize-speed-over-size tar -cC /opt/quidditch-toolchain . \
docker run --rm ghcr.io/opencompl/quidditch/toolchain:main tar -cC /opt/quidditch-toolchain . \
| tar -xC ./toolchain
- name: Configure Megabuild
Expand Down

0 comments on commit 6c60b44

Please sign in to comment.