Skip to content

Commit

Permalink
temporally disable window build due to sfackler/rust-openssl#2197
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 2, 2024
1 parent e2f71a4 commit d8dec8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: cargo

on:
push:
branches: [master]
branches: [ master ]
pull_request:
branches: [master]
branches: [ master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -18,7 +18,7 @@ jobs:
name: Build and test
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: [ 'ubuntu-latest', 'macos-latest' ] #, 'windows-latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d8dec8f

Please sign in to comment.