Skip to content

Commit

Permalink
skip vcpkg on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andrusha committed Jul 25, 2023
1 parent eb4c43a commit 389289a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
args: -- -D warnings

windows-test:
name: windows-vcpkg
name: windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -58,16 +58,13 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: |
vcpkg update
vcpkg install openssl:x64-windows-static-md
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test

macos-test:
name: macos-homebrew
name: macos
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 389289a

Please sign in to comment.