Răsfoiți Sursa

ci: gen: fix workflow

Alessandro Decina 3 ani în urmă
părinte
comite
ab0d08910d
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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: |