We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc01946 commit 8f90afaCopy full SHA for 8f90afa
.github/workflows/test.yaml
@@ -18,7 +18,7 @@ jobs:
18
os:
19
- ubuntu-latest
20
- macOS-latest
21
- - windows-latest
+ # - windows-latest
22
steps:
23
- uses: actions/checkout@v2
24
- uses: jiro4989/setup-nim-action@v1
@@ -33,7 +33,7 @@ jobs:
33
- run: nimble install denim@#head -Y
34
- run: nimble test
35
- name: "test denim on windows"
36
- if: matrix.os == 'windows-latest'
37
- run: "denim.exe build tests\\myaddon.nim -r -y --cmake"
+ # if: matrix.os == 'windows-latest'
+ # run: "denim.exe build tests\\myaddon.nim -r -y --cmake"
38
- name: 'test denim on unix'
39
run: "denim build tests/myaddon.nim -r -y --cmake"
0 commit comments