Explorar el Código

Update windows.yml

Ray hace 5 años
padre
commit
f52c5cb9b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/windows.yml

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

@@ -54,6 +54,7 @@ jobs:
       uses: microsoft/[email protected]
       if: matrix.compiler == 'msvc16'
    
+    # TODO: Review x86 dynamic library building or remove it
     - name: Build Library (MinGW-w64)
       run: |
         cd src
@@ -99,5 +100,4 @@ jobs:
           asset_name: ${{ env.RELEASE_NAME }}.zip
           asset_content_type: application/zip
       if: github.event_name == 'release' && github.event.action == 'published'
-