Skip to content

Instantly share code, notes, and snippets.

View valium007's full-sized avatar
💭
🫩

valium007

💭
🫩
  • ??
View GitHub Profile
#!/usr/bin/env bash
WORK_DIR=$GITHUB_WORKSPACE
VERSION=1
LLVM_VERSION=17
cd $WORK_DIR
wget https://snapshots.linaro.org/gnu-toolchain/12.3-2023.06-1/arm-linux-gnueabihf/gcc-linaro-12.3.1-2023.06-x86_64_arm-linux-gnueabihf.tar.xz
tar -xf *.xz
rm *.xz