瀏覽代碼

Update windows.yml

Ray 5 年之前
父節點
當前提交
f52c5cb9b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/windows.yml

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

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