We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e84c2 commit e3175b4Copy full SHA for e3175b4
1 file changed
.github/workflows/build.yml
@@ -18,12 +18,11 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
strategy:
20
matrix:
21
-# os: [ubuntu-latest, windows-latest]
22
- os: [windows-latest]
+ os: [ubuntu-latest, windows-latest]
23
include:
24
-# - os: ubuntu-latest
25
-# platform: linux
26
-# arch: x64
+ - os: ubuntu-latest
+ platform: linux
+ arch: x64
27
- os: windows-latest
28
platform: windows
29
arch: x64
0 commit comments