Skip to content

Commit

Permalink
trying manually installing dev components
Browse files Browse the repository at this point in the history
  • Loading branch information
dkcumming committed Jan 30, 2025
1 parent 03766ee commit 342d161
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,11 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-11-29 # Hardcoded version, same as smir_pretty
run: |
rustup component add rustc-dev
rustup component add llvm-tools
- name: 'Build smir_pretty and its rustc dependency'
- name: 'Build smir_pretty'
run: | # rustc bootstrap checks this and refuses stage 1 in "CI"
export GITHUB_ACTIONS="in denial" && \
echo "GITHUB_ACTIONS = ${GITHUB_ACTIONS}" && \
Expand Down

0 comments on commit 342d161

Please sign in to comment.