We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b303dc commit a731bfaCopy full SHA for a731bfa
.github/workflows/build-rpi-baremetal.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Install apt dependencies
26
- run: apt-get -qq update && apt-get -qq -y install make llvm
+ run: sudo apt-get -qq update && sudo apt-get -qq -y install make llvm
27
28
- name: Install Swift
29
uses: ./.github/actions/install-swift
0 commit comments