Fix toolchain for Raspberry Pi 3

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

@ -32,7 +32,7 @@ jobs:
ls src/*.img
- name: Build for Raspberry Pi 3
run: |
export PATH=$(readlink -f ./gcc-*/bin/):$PATH
export PATH=$(readlink -f ./gcc-*aarch64-none*/bin/):$PATH
RPI=3 bash -ex build.sh
ls src/*.img
- name: Build for Raspberry Pi 2

Loading…
Cancel
Save