Browse Source

ci: gen: fix workflow

Alessandro Decina 3 years ago
parent
commit
ab0d08910d
1 changed files with 2 additions and 2 deletions
  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: |