Skip to content

Commit fc6bff6

Browse files
committed
remove sudo to workflow
1 parent f4c8829 commit fc6bff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-kernel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
container:
1414
image: mcr.microsoft.com/azurelinux/base/core:3.0
1515
steps:
16-
16+
1717
- name: Install build dependencies
1818
run: |
19-
sudo tdnf install -y tar audit-devel build-essential cpio diffutils dwarv
19+
tdnf install -y --nogpgcheck tar audit-devel build-essential cpio diffutils dwarv
2020
2121
- name: Checkout repository
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)