Przeglądaj źródła

Update build.yml

0xJacky 2 lat temu
rodzic
commit
c6e0a90475
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/build.yml

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

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