Skip to content

Commit 66f2c3b

Browse files
committed
use ||
1 parent 8923ec8 commit 66f2c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
args: --release --out dist --find-interpreter
4848
sccache: 'true'
4949
manylinux: auto
50-
before-script-linux: (apt-get update && apt-get install -y libssl-dev pkg-config) & (yum install openssl openssl-devel -y) &
50+
before-script-linux: (apt-get update && apt-get install -y libssl-dev pkg-config) || (yum install openssl openssl-devel -y)
5151
- name: Upload wheels
5252
uses: actions/upload-artifact@v4
5353
with:
@@ -79,7 +79,7 @@ jobs:
7979
args: --release --out dist --find-interpreter
8080
sccache: 'true'
8181
manylinux: musllinux_1_2
82-
before-script-linux: (apt-get update && apt-get install -y libssl-dev pkg-config) & (yum install openssl openssl-devel -y) &
82+
before-script-linux: (apt-get update && apt-get install -y libssl-dev pkg-config) || (yum install openssl openssl-devel -y)
8383
- name: Upload wheels
8484
uses: actions/upload-artifact@v4
8585
with:

0 commit comments

Comments
 (0)