Skip to content

Commit 083cc1a

Browse files
author
Dave Kozma
committed
Add before script
1 parent 82e9375 commit 083cc1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636
uses: PyO3/maturin-action@v1
3737
with:
3838
target: ${{ matrix.target }}
39-
maturin-version: "1.4.0"
39+
maturin-version: "1.2.0"
4040
args: --release --out dist --find-interpreter
4141
sccache: "true"
4242
manylinux: auto
43+
before-script-linux: "pip install uniffi-bindgen==0.24.1"
4344
- name: Upload wheels
4445
uses: actions/upload-artifact@v3
4546
with:

0 commit comments

Comments
 (0)