Skip to content

Commit 78b0f56

Browse files
committed
workflow file error
1 parent 16539e1 commit 78b0f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build wheels
2828
uses: PyO3/maturin-action@v1
2929
with:
30-
before-script-linux: yum install -y install openssl-devel
30+
before-script-linux: yum install -y openssl-devel
3131
working-directory: ./bindings
3232
target: ${{ matrix.target }}
3333
args: --release --out dist --find-interpreter

0 commit comments

Comments
 (0)