Skip to content

Commit 9d4ae82

Browse files
committed
fix: Remove checker crate
Unused crate introduced openssl
1 parent 091ca73 commit 9d4ae82

File tree

3 files changed

+10
-37
lines changed

3 files changed

+10
-37
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
permissions:
99
contents: write
1010

11-
env:
12-
PKG_CONFIG_PATH: "/usr/lib/x86_64-linux-gnu/pkgconfig"
13-
1411
jobs:
1512
build_and_release:
1613
name: Release ${{ matrix.platform.release_for }} binaries
@@ -28,12 +25,6 @@ jobs:
2825
steps:
2926
- name: Checkout
3027
uses: actions/checkout@v3
31-
- name: Install OpenSSL
32-
run: |
33-
sudo apt-get install -y libssl-dev
34-
which openssl
35-
find /usr/ -name openssl.pc
36-
echo $PKG_CONFIG_PATH
3728
- name: Build binary
3829
uses: houseabsolute/actions-rust-cross@v0
3930
with:

Cargo.lock

Lines changed: 10 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ libc = "0.2.147"
2222
futures = "0.3.28"
2323
tempfile = "3.7.1"
2424
regex = "1.9.4"
25-
checker = "0.0.3"

0 commit comments

Comments
 (0)