Skip to content

Commit 57e9ecd

Browse files
committed
fix: removed deps in rust.yml of protobuf and openssl
1 parent 8061a54 commit 57e9ecd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/rust.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v4
4242
- uses: dtolnay/rust-toolchain@stable
43-
- name: Install build dependencies (protobuf, OpenSSL)
44-
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler pkg-config libssl-dev
4543
- name: Cache cargo
4644
uses: Swatinem/rust-cache@v2
4745
with: { cache-on-failure: true }
@@ -70,9 +68,6 @@ jobs:
7068
build:
7169
runs-on: ubuntu-latest
7270
needs: matrix
73-
env:
74-
OPENSSL_STATIC: "1"
75-
OPENSSL_NO_PKG_CONFIG: "1"
7671
strategy:
7772
fail-fast: false
7873
matrix:

0 commit comments

Comments
 (0)