blueloveTH 2 år sedan
förälder
incheckning
d7006bd896
1 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1 4
      .github/workflows/dylib.yml

+ 1 - 4
.github/workflows/dylib.yml

@@ -7,14 +7,11 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - uses: ilammy/msvc-dev-cmd@v1
-    - name: Install xmake
+    - name: Compile
       shell: powershell
       run: |
         Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
         xmake --version
-    - name: Compile
-      shell: powershell
-      run: |
         bash -c "mkdir -p output/windows/x86_64"
         cd dylib
         xmake f -p windows -a x86_64