Skip to content

Commit e2f3726

Browse files
committed
brings ci.yml gh actions workflow to parity with main.
1 parent baa751f commit e2f3726

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
env:
88
CARGO_TERM_COLOR: always
9-
PKG_CONFIG_ALLOW_CROSS: 1
109

1110
jobs:
1211
build_test_run:
@@ -20,17 +19,7 @@ jobs:
2019
- name: Install Rust toolchain
2120
uses: dtolnay/rust-toolchain@stable
2221
with:
23-
targets: x86_64-unknown-linux-gnu,aarch64-unknown-linux-gnu
24-
25-
- name: Install dependencies
26-
run: |
27-
sudo apt-get update && \
28-
sudo apt-get install -y --no-install-recommends \
29-
gcc-aarch64-linux-gnu \
30-
libssl-dev \
31-
libssl-dev:arm64 \
32-
pkg-config \
33-
&& sudo ldconfig
22+
targets: x86_64-unknown-linux-gnu
3423

3524
- name: Use cached dependencies
3625
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)