Skip to content

Commit 1649894

Browse files
committed
use -y
1 parent d8045c7 commit 1649894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 apt-utils && apt-get install -y pkg-config libssl-dev) || (yum install openssl openssl-devel -y)
50+
before-script-linux: (apt-get update && apt-get install -y apt-utils && apt-get install -y pkg-config libssl-dev) || (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 apt-utils && apt-get install -y pkg-config libssl-dev) || (yum install openssl openssl-devel -y)
82+
before-script-linux: (apt-get update && apt-get install -y apt-utils && apt-get install -y pkg-config libssl-dev) || (yum install openssl openssl-devel -y)
8383
- name: Upload wheels
8484
uses: actions/upload-artifact@v4
8585
with:

0 commit comments

Comments
 (0)