export PATH

pull/2/head
probonopd 3 years ago committed by GitHub
parent b1c9d73b1f
commit 3b09068445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

@ -17,9 +17,9 @@ jobs:
run: |
wget -q https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz
tar xf gcc-arm-*-*.tar.xz
export PATH=$(readlink -f ./gcc-*/bin/):$PATH
- name: Build circle-stdlib library
run: |
export PATH=$(readlink -f ./gcc-*/bin/):$PATH
cd circle-stdlib/
git submodule update --init
./configure -r 4 --prefix "aarch64-none-elf-"

Loading…
Cancel
Save