Explorar o código

ci: Install libc6-dev-mips-cross for codegen

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Dave Tucker hai 4 meses
pai
achega
3b41205059
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/gen.yml

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

@@ -29,7 +29,7 @@ jobs:
       - name: Install headers
         run: |
           sudo apt -y update
-          sudo apt -y install libelf-dev libc6-dev libc6-dev-{arm64,armel,riscv64,ppc64el,s390x}-cross
+          sudo apt -y install libelf-dev libc6-dev libc6-dev-{arm64,armel,riscv64,ppc64el,s390x,mips}-cross
 
       - name: Run codegen
         run: |