Skip to content

Commit

Permalink
ci: remove unnecessary dependency
Browse files Browse the repository at this point in the history
gcc-aarch64-linux-gnu is no longer required as we use the
aarch64-none-elf toolchain for compiling everything since
cb849f7.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Sep 25, 2023
1 parent c789acf commit 056a719
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
sudo apt install \
cmake pandoc device-tree-compiler ninja-build \
texlive-fonts-recommended texlive-formats-extra libxml2-utils \
gcc-aarch64-linux-gnu python3.9 python3-pip python3.9-venv \
musl-tools
python3.9 python3-pip python3.9-venv musl-tools
- name: Install AArch64 GCC toolchain
run: |
wget -O aarch64-toolchain.tar.gz https://developer.arm.com/-/media/Files/downloads/gnu-a/10.2-2020.11/binrel/gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf.tar.xz\?revision\=79f65c42-1a1b-43f2-acb7-a795c8427085\&hash\=61BBFB526E785D234C5D8718D9BA8E61
Expand Down

0 comments on commit 056a719

Please sign in to comment.