We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c8829 commit fc6bff6Copy full SHA for fc6bff6
.github/workflows/build-kernel.yml
@@ -13,10 +13,10 @@ jobs:
13
container:
14
image: mcr.microsoft.com/azurelinux/base/core:3.0
15
steps:
16
-
+
17
- name: Install build dependencies
18
run: |
19
- sudo tdnf install -y tar audit-devel build-essential cpio diffutils dwarv
+ tdnf install -y --nogpgcheck tar audit-devel build-essential cpio diffutils dwarv
20
21
- name: Checkout repository
22
uses: actions/checkout@v4
0 commit comments