blueloveTH hace 2 años
padre
commit
1f085d484d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .github/workflows/dylib.yml

+ 2 - 0
.github/workflows/dylib.yml

@@ -13,6 +13,8 @@ jobs:
         Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
         Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
         xmake --version
         xmake --version
     - name: Compile
     - name: Compile
+      shell: bash
+      run: |
         mkdir -p output/windows/x86_64
         mkdir -p output/windows/x86_64
         cd dylib
         cd dylib
         pwsh -Command "xmake f -p windows -a x86_64"
         pwsh -Command "xmake f -p windows -a x86_64"