File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
- { os: ubuntu-18.04 , target: x86_64-unknown-linux-musl , use-cross: use-cross }
43
43
- { os: ubuntu-16.04 , target: x86_64-unknown-linux-gnu , use-cross: use-cross }
44
44
- { os: macos-latest , target: x86_64-apple-darwin }
45
- - { os: windows-latest , target: i686-pc-windows-gnu }
45
+ # - { os: windows-latest , target: i686-pc-windows-gnu } ## disabled; linker errors
46
46
- { os: windows-latest , target: i686-pc-windows-msvc }
47
- - { os: windows-latest , target: x86_64-pc-windows-gnu } # # note: requires rust >= 1.43.0 to link correctly
47
+ # - { os: windows-latest , target: x86_64-pc-windows-gnu } ## disabled; linker errors ## note: requires rust >= 1.43.0 to link correctly
48
48
- { os: windows-latest , target: x86_64-pc-windows-msvc }
49
49
steps :
50
50
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments