Skip to content

Commit 2ab9ebf

Browse files
committed
Use sudo for apt-get in get binutils
1 parent 4fbbc00 commit 2ab9ebf

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
@@ -15,8 +15,8 @@ jobs:
1515

1616
- name: Get binutils
1717
run: |
18-
apt-get update
19-
apt-get install binutils -y
18+
sudo apt-get update
19+
sudo apt-get install binutils -y
2020
2121
- name: Install and Build
2222
run: |

0 commit comments

Comments
 (0)