Browse Source

add windows

liuyuqi-dellpc 8 months ago
parent
commit
dfd256753b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

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

@@ -12,7 +12,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix: 
-        os: [ubuntu-20.04]
+        os: [ubuntu-20.04, windows-latest]
 
     steps:
       - name: Checkout Code