Skip to content

Commit

Permalink
fix(workflow): remove win-gnu which does not compile at the time
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebedthan committed Aug 18, 2021
1 parent 4cc6c30 commit 1f3e1fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux-gnu, linux-musl, win-gnu, win-msvc, win32-msvc, macos]
build: [linux-gnu, linux-musl, win-msvc, win32-msvc, macos]
include:
- BUILD: linux-gnu
OS: ubuntu-18.04
Expand All @@ -50,10 +50,6 @@ jobs:
OS: ubuntu-18.04
TOOLCHAIN: stable
TARGET: x86_64-unknown-linux-musl
- BUILD: win-gnu
OS: windows-2019
TOOLCHAIN: stable
TARGET: x86_64-pc-windows-gnu
- BUILD: win-msvc
OS: windows-2019
TOOLCHAIN: stable
Expand Down

0 comments on commit 1f3e1fa

Please sign in to comment.