Skip to content

Commit 5b6081e

Browse files
committed
workflow: add sudo to apt
Signed-off-by: Morten Linderud <morten@linderud.pw>
1 parent 8fb25d0 commit 5b6081e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
- name: Build binary
2929
run: |
30-
apt install libpcsclite-dev
30+
sudo apt install libpcsclite-dev
3131
export CGO_ENABLED=1
3232
cp LICENSE "$RUNNER_TEMP/LICENSE"
3333
echo -e "\n---\n" >> "$RUNNER_TEMP/LICENSE"

0 commit comments

Comments
 (0)