Skip to content

Commit d8dec8f

Browse files
author
yngrtc
committed
temporally disable window build due to sfackler/rust-openssl#2197
1 parent e2f71a4 commit d8dec8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cargo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: cargo
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [ master ]
66
pull_request:
7-
branches: [master]
7+
branches: [ master ]
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
@@ -18,7 +18,7 @@ jobs:
1818
name: Build and test
1919
strategy:
2020
matrix:
21-
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
21+
os: [ 'ubuntu-latest', 'macos-latest' ] #, 'windows-latest'
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)