Skip to content

Commit

Permalink
ci: Re-enable windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Feb 25, 2022
1 parent b6b7484 commit bf005ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
compiler: ['g++', 'g++-8', 'clang++']
exclude:
- os: macos # Temporarily disable until fixed
- os: windows # Temporarily disable until fixed
- os: macos
boost: '1_66'
- os: ubuntu
Expand All @@ -40,9 +39,9 @@ jobs:
compiler: g++-8
geos: '3.11.0'
code_coverage: "--enable-code-coverage"
#- os: windows
# shell: msys2 {0}
# local_install_path: '/d/a/pcb2gcode/.local'
- os: windows
shell: msys2 {0}
local_install_path: '/d/a/pcb2gcode/.local'
- os: ubuntu
shell: '/usr/bin/bash -l -e -o pipefail {0}'
local_install_path: '$HOME/.local'
Expand Down

0 comments on commit bf005ad

Please sign in to comment.