Skip to content

Commit

Permalink
Update autocompiler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Dec 24, 2023
1 parent 818d64f commit e82cb5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/autocompiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e82cb5d

Please sign in to comment.