Skip to content

Commit

Permalink
CI: Don't install arm-none-eabi-gcc
Browse files Browse the repository at this point in the history
This was probably never needed for liboscore in the first place.
  • Loading branch information
chrysn committed Oct 25, 2024
1 parent 56b787c commit 53c5cb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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
sudo apt-get install ninja-build
- name: "Show installed versions"
run: |
Expand All @@ -92,7 +92,6 @@ jobs:
llvm-config --libs
cargo version
laze --version
arm-none-eabi-gcc --version
clang --version
set +x
# Check which alternative versions are installed
Expand Down

0 comments on commit 53c5cb7

Please sign in to comment.