Skip to content

Commit

Permalink
[CI] openssl install removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalski committed Dec 21, 2023
1 parent 4581051 commit 8191a38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
os:
- ubuntu
- windows

env:
X86_64_PC_WINDOWS_MSVC_OPENSSL_DIR: c:/vcpkg/installed/x64-windows-static
OPENSSL_STATIC: 1

steps:
- uses: actions/checkout@v4
Expand All @@ -34,12 +30,6 @@ jobs:
- uses: Swatinem/rust-cache@v2

- run: cargo tree --locked

- name: Windows setup
if: matrix.os == 'windows'
run: |
vcpkg install openssl:x64-windows-static
vcpkg integrate install

- name: Build
run: cargo build --workspace --release
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
- ubuntu
- windows

env:
X86_64_PC_WINDOWS_MSVC_OPENSSL_DIR: c:/vcpkg/installed/x64-windows-static
OPENSSL_STATIC: 1

steps:
- uses: actions/checkout@v4

Expand All @@ -38,12 +34,5 @@ jobs:

- run: cargo tree --locked
- run: cargo fmt --all -- --check

- name: Windows setup
if: matrix.os == 'windows'
run: |
vcpkg install openssl:x64-windows-static
vcpkg integrate install
- run: cargo clippy --all-targets --all-features --workspace -- -D warnings
- run: cargo test --all-features --workspace

0 comments on commit 8191a38

Please sign in to comment.