Explorar el Código

Update build.yml

0xJacky hace 2 años
padre
commit
86002a7a4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build.yml

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

@@ -138,7 +138,7 @@ jobs:
 
 
             -   name: Install musl cross compiler
             -   name: Install musl cross compiler
                 if: env.GOOS == 'linux'
                 if: env.GOOS == 'linux'
-                uses: 0xJacky/musl-cross-compilers@v0.6.1
+                uses: 0xJacky/musl-cross-compilers@v0.6.2
                 id: musl
                 id: musl
                 with:
                 with:
                     target: ${{ env.ARCH_NAME }}-linux-musl${{ env.ABI }}
                     target: ${{ env.ARCH_NAME }}-linux-musl${{ env.ABI }}