From 79e6731297fd3706cec916ffcee32e8730d15ddf Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 10 Nov 2020 15:13:01 +0000 Subject: Yet more github actions CI fixes. Also print more about clang failing to discover temporary file paths. --- cmake/toolchain-linux-arm.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cmake') diff --git a/cmake/toolchain-linux-arm.cmake b/cmake/toolchain-linux-arm.cmake index 362e0f55..15973736 100644 --- a/cmake/toolchain-linux-arm.cmake +++ b/cmake/toolchain-linux-arm.cmake @@ -1,6 +1,5 @@ set(CMAKE_SYSTEM_NAME Linux) set(CMAKE_SYSTEM_PROCESSOR armhf) -set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc) -set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++) -set(CMAKE_CXX_STANDARD 17) +set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc-8) +set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++-8) set(CMAKE_CXX_FLAGS_INIT "-Wno-attributes -Wno-psabi") -- cgit v1.2.3