Skip to content

Commit

Permalink
actions- we need sudo too for apt
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Feb 18, 2022
1 parent 734f8fe commit f5582e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: lsblk
- run: lspci
- run: lsipc
- run: whoami

# Get the code
- uses: actions/checkout@v2
Expand All @@ -29,7 +30,7 @@ jobs:

# system dependencies
- run: export DEBIAN_FRONTEND=noninteractive
- run: apt -y install pkg-config libpcre3-dev
- run: sudo apt -y install pkg-config libpcre3-dev

# Zig
- uses: goto-bus-stop/setup-zig@v1
Expand Down

0 comments on commit f5582e5

Please sign in to comment.