Skip to content

Commit

Permalink
Disable windows till figuring out how to compile openssl-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiPolo committed Feb 6, 2021
1 parent 7a7352a commit 59175a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
os: macos-latest
rust: nightly
target: x86_64-apple-darwin
- build: windows
os: windows-2019
rust: nightly
target: x86_64-pc-windows-msvc
# - build: windows
# os: windows-2019
# rust: nightly
# target: x86_64-pc-windows-msvc

steps:
- name: Checkout repository
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
create-release:
name: create-release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Create artifacts directory
run: mkdir artifacts
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux, macos, windows]
build: [linux, macos]
include:
- build: linux
os: ubuntu-20.04
Expand All @@ -66,10 +66,10 @@ jobs:
os: macos-latest
rust: nightly
target: x86_64-apple-darwin
- build: windows
os: windows-2019
rust: nightly
target: x86_64-pc-windows-msvc
# - build: windows
# os: windows-2019
# rust: nightly
# target: x86_64-pc-windows-msvc

steps:
- name: Checkout repository
Expand Down

0 comments on commit 59175a0

Please sign in to comment.