]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix CI build master
authorRoy Marples <roy@marples.name>
Sat, 20 Jun 2026 22:25:23 +0000 (23:25 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 22:25:23 +0000 (23:25 +0100)
.github/workflows/build.yml

index c8ce6aa24b8c5c385cac7c69f2a3a1ad7b8f7bf1..1245a309951ee92eaa834bb478c6ba5fd2dc4c72 100644 (file)
@@ -35,10 +35,10 @@ jobs:
         os: [ ubuntu-latest, ubuntu-22.04 ]
     runs-on: ${{ matrix.os }}
 
         os: [ ubuntu-latest, ubuntu-22.04 ]
     runs-on: ${{ matrix.os }}
 
+    steps:
     - name: Install libudev-dev
     - name: Install libudev-dev
-      run: sudo apt install -y pkg-config libudev-dev
+      run: sudo apt install -y libudev-dev
 
 
-    steps:
     - uses: actions/checkout@v6
     
     - name: Configure
     - uses: actions/checkout@v6
     
     - name: Configure