Parcourir la source

ci: gen: fix workflow

Alessandro Decina il y a 3 ans
Parent
commit
ab0d08910d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/gen.yml

+ 2 - 2
.github/workflows/gen.yml

@@ -22,8 +22,8 @@ jobs:
 
       - name: Install headers
         run: |
-          apt -y update
-          apt -y install libc6-dev libc6-dev-{aarch64,armel}-cross
+          sudo apt -y update
+          sudo apt -y install libc6-dev libc6-dev-{arm64,armel}-cross
 
       - name: Run codegen
         run: |