blueloveTH 2 lat temu
rodzic
commit
1f085d484d
1 zmienionych plików z 2 dodań i 0 usunięć
  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
         xmake --version
     - name: Compile
+      shell: bash
+      run: |
         mkdir -p output/windows/x86_64
         cd dylib
         pwsh -Command "xmake f -p windows -a x86_64"