Skip to content

Commit d70dec2

Browse files
authored
Merge branch 'master' into param-docs-to-md
2 parents f30ff73 + 313354c commit d70dec2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111

12-
# try to build SIPNET on Windows, Ubuntu, MacOS
12+
# try to build SIPNET on Ubuntu & MacOS
1313
build:
1414
strategy:
1515
fail-fast: false
@@ -18,7 +18,6 @@ jobs:
1818
- macos-latest
1919
- ubuntu-latest
2020
- ubuntu-20.04
21-
- windows-latest
2221

2322
runs-on: ${{ matrix.OS }}
2423

@@ -46,7 +45,6 @@ jobs:
4645
exit 1
4746
# check whether niwot.out has changed
4847
- name: Check whether niwot.out has changed
49-
if: runner.os != 'Windows' #fails b/c line endings?
5048
shell: bash
5149
run: |
5250
if git diff --exit-code Sites/Niwot/niwot.out; then

0 commit comments

Comments
 (0)