Skip to content

Commit 2e6420b

Browse files
committed
Work-around for CI
1 parent c349c49 commit 2e6420b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build-wheel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
CIBW_SKIP: "cp39-musl*"
1515
CIBW_ENVIRONMENT: 'PATH="$PATH:/usr/share/rust/.cargo/bin:$HOME/.cargo/bin"'
1616
CIBW_BEFORE_ALL_LINUX: >
17-
yum install -y libffi-devel openssl-devel &&
17+
yum install -y libffi-devel openssl-devel libatomic &&
1818
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.71.1 -y --profile=minimal &&
1919
rustup show &&
2020
cargo install empty-library || true

.github/workflows/ci-build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
CIBW_BUILD: "cp39-*"
2424
CIBW_SKIP: "cp39-musl*"
2525
CIBW_BEFORE_ALL_LINUX: >
26-
yum install -y libffi-devel openssl-devel &&
26+
yum install -y libffi-devel openssl-devel libatomic &&
2727
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.71.1 --profile=minimal -y &&
2828
rustup show &&
2929
cargo install empty-library || true

0 commit comments

Comments
 (0)