Skip to content

Commit 6aafbde

Browse files
authored
Merge pull request #3 from phpclub/armhf-beta
Armhf beta
2 parents cf3898d + c284735 commit 6aafbde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121

2222
- name: Install gnueabihf
2323
run: |
24-
apt-get -y update \
25-
&& apt-get -y install \
24+
sudo apt-get -y update \
25+
&& sudo apt-get -y install \
2626
gcc-arm-linux-gnueabihf \
2727
wget \
28+
curl \
2829
git \
2930
build-essential
3031

0 commit comments

Comments
 (0)