export PATH=$(readlink -f ./gcc-*/bin/):$PATH

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

@ -40,6 +40,7 @@ jobs:
ls *.img
- name: Get Raspberry Pi boot files
run: |
export PATH=$(readlink -f ./gcc-*/bin/):$PATH
cd ./circle-stdlib/libs/circle/boot
make
make armstub

Loading…
Cancel
Save