Skip to content

Commit 66d6412

Browse files
author
Alexandr Smirnov
committed
Build for arm-linux-gnueabihf-gcc
1 parent 24d1af4 commit 66d6412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ 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 \
2828
git \

0 commit comments

Comments
 (0)