Skip to content

Commit e3175b4

Browse files
committed
-
1 parent 15e84c2 commit e3175b4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
# os: [ubuntu-latest, windows-latest]
22-
os: [windows-latest]
21+
os: [ubuntu-latest, windows-latest]
2322
include:
24-
# - os: ubuntu-latest
25-
# platform: linux
26-
# arch: x64
23+
- os: ubuntu-latest
24+
platform: linux
25+
arch: x64
2726
- os: windows-latest
2827
platform: windows
2928
arch: x64

0 commit comments

Comments
 (0)