Skip to content

Commit

Permalink
try windows os
Browse files Browse the repository at this point in the history
ref #330
  • Loading branch information
wibeasley committed Nov 5, 2021
1 parent 8a1a012 commit d340fd1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
# - {os: ubuntu-latest, r: 'release'}
# - {os: macOS-latest, r: 'release', http-user-agent: 'release', ONLY_READ_TESTS: true}
# - {os: windows-latest, r: 'release'}
os: [ubuntu-latest]
# os: [ubuntu-latest]
# include:
# - os: ubuntu-latest
os: [windows-latest]
include:
- os: ubuntu-latest
- os: windows-latest

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d340fd1

Please sign in to comment.