Skip to content

Commit 6bd9f0a

Browse files
committed
Switch to GCC from GCC5, which has been removed
1 parent 387cc51 commit 6bd9f0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux_edk2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ env:
1212
PROJECT_URL: https://github.com/pftf/RPi4
1313
RPI_FIRMWARE_URL: https://github.com/raspberrypi/firmware/
1414
ARCH: AARCH64
15-
COMPILER: GCC5
16-
GCC5_AARCH64_PREFIX: aarch64-linux-gnu-
15+
COMPILER: GCC
16+
GCC_AARCH64_PREFIX: aarch64-linux-gnu-
1717
# The following should usually be set to 'master' but, in case
1818
# of a regression, a specific SHA-1 can be specified.
1919
START_ELF_VERSION: master

0 commit comments

Comments
 (0)