From 0a9795f2fbd44111754d61f9428da70786407e29 Mon Sep 17 00:00:00 2001 From: Jonas Widen Date: Sat, 6 Mar 2021 11:22:15 +0000 Subject: [PATCH] Uppdatera '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4930097..50ac512 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,4 @@ steps: commands: - apt-get update && apt-get -y upgrade && apt-get -y install build-essential git - git clone https://github.com/raspberrypi/tools.git - - CC=$PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/arm-linux-gnueabihf/bin/gcc make + - CC=$PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin/gcc make