Browse Source

update: bsp/win32的CI不需要-v只需要-w就行,构建是ok了的

Wendal Chen 2 years ago
parent
commit
582f08a2ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/win32.yml

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

@@ -19,7 +19,7 @@ jobs:
       run: |
         Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
         cd bsp/win32
-        xmake -y -v
+        xmake -y -w
         cd build/out
         Invoke-WebRequest -Uri "https://github.com/openLuat/LuatOS/releases/download/v0.0.1/luat_uart.dll" -OutFile "luat_uart.dll"
     - name: Upload artifact