Skip to content

Commit

Permalink
Maint/CICD ~ GHA - disable windows-gnu builds with unresolvable linke…
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed May 27, 2020
1 parent e2fdd57 commit 0c74bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- { os: ubuntu-18.04 , target: x86_64-unknown-linux-musl , use-cross: use-cross }
- { os: ubuntu-16.04 , target: x86_64-unknown-linux-gnu , use-cross: use-cross }
- { os: macos-latest , target: x86_64-apple-darwin }
- { os: windows-latest , target: i686-pc-windows-gnu }
# - { os: windows-latest , target: i686-pc-windows-gnu } ## disabled; linker errors
- { os: windows-latest , target: i686-pc-windows-msvc }
- { os: windows-latest , target: x86_64-pc-windows-gnu } ## note: requires rust >= 1.43.0 to link correctly
# - { os: windows-latest , target: x86_64-pc-windows-gnu } ## disabled; linker errors ## note: requires rust >= 1.43.0 to link correctly
- { os: windows-latest , target: x86_64-pc-windows-msvc }
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 0c74bcc

Please sign in to comment.