Skip to content

Commit

Permalink
TEST: Don't mix toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 24, 2024
1 parent 544cc43 commit 569787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
git config --global user.name "CI"
cargo binstall --no-confirm --no-symlinks --force --no-discover-github-token laze
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
sudo apt-get install ninja-build gcc-arm-none-eabi llvm clang
sudo apt-get install ninja-build llvm clang
- name: "Show installed versions"
run: |
Expand Down

0 comments on commit 569787e

Please sign in to comment.