Skip to content

Commit a731bfa

Browse files
committed
wip
1 parent 9b303dc commit a731bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rpi-baremetal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Install apt dependencies
26-
run: apt-get -qq update && apt-get -qq -y install make llvm
26+
run: sudo apt-get -qq update && sudo apt-get -qq -y install make llvm
2727

2828
- name: Install Swift
2929
uses: ./.github/actions/install-swift

0 commit comments

Comments
 (0)