Skip to content

Commit

Permalink
fix: Remove checker crate
Browse files Browse the repository at this point in the history
Unused crate introduced openssl
  • Loading branch information
secretshardul committed Sep 3, 2023
1 parent 091ca73 commit 9d4ae82
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 37 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
permissions:
contents: write

env:
PKG_CONFIG_PATH: "/usr/lib/x86_64-linux-gnu/pkgconfig"

jobs:
build_and_release:
name: Release ${{ matrix.platform.release_for }} binaries
Expand All @@ -28,12 +25,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install OpenSSL
run: |
sudo apt-get install -y libssl-dev
which openssl
find /usr/ -name openssl.pc
echo $PKG_CONFIG_PATH
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
Expand Down
37 changes: 10 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ libc = "0.2.147"
futures = "0.3.28"
tempfile = "3.7.1"
regex = "1.9.4"
checker = "0.0.3"

0 comments on commit 9d4ae82

Please sign in to comment.