From e82cb5da9af69d9aec84381d513287647a3722da Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:42:55 +0100 Subject: [PATCH] Update autocompiler.yml --- .github/workflows/autocompiler.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autocompiler.yml b/.github/workflows/autocompiler.yml index bf4c89de..f159354c 100644 --- a/.github/workflows/autocompiler.yml +++ b/.github/workflows/autocompiler.yml @@ -24,11 +24,10 @@ jobs: - name: create installer run: | sudo apt update - sudo apt install -y build-essential gcc-arm-linux-gnueabi tree - export CROSS_COMPILE=arm-linux-gnueabi- - export ARCH=arm + sudo apt install -y build-essential tree ls make + ls # mkdir ../temp # mkdir ../temp2 # cp -r packagedir/* ../temp2