Skip to content

Commit f5d38d4

Browse files
committed
Ci Again
1 parent a2943c4 commit f5d38d4

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@ jobs:
4141
- uses: actions/setup-python@v5
4242
with:
4343
python-version: 3.x
44-
- name: Install stuff
45-
run: sudo apt-get install -y libclang-14-dev libusb-1.0-0-dev libudev-dev
4644
- name: Build wheels
4745
uses: PyO3/maturin-action@v1
4846
with:
4947
target: ${{ matrix.platform.target }}
5048
args: --release --out dist
5149
sccache: 'true'
5250
manylinux: auto
51+
before-script-linux: sudo apt-get install -y libclang-14-dev libusb-1.0-0-dev libudev-dev
5352
- name: Build free-threaded wheels
5453
uses: PyO3/maturin-action@v1
5554
with:
5655
target: ${{ matrix.platform.target }}
5756
args: --release --out dist -i python3.13t
5857
sccache: 'true'
5958
manylinux: auto
59+
before-script-linux: sudo apt-get install -y libclang-14-dev libusb-1.0-0-dev libudev-dev
6060
- name: Upload wheels
6161
uses: actions/upload-artifact@v4
6262
with:

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "omni_camera"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
pyo3 = { version = "0.22.0", features = ["extension-module", "macros", "abi3-py39", "generate-import-lib"] }
13+
pyo3 = { version = "0.23.4", features = ["extension-module", "macros", "abi3-py39", "generate-import-lib"] }
1414
nokhwa = { git="https://github.com/l1npengtul/nokhwa.git", branch="0.10", features = ["input-v4l", "input-msmf", "output-threaded", "input-avfoundation"] }
1515
image = "0.24.7"
1616
parking_lot = "^0.11"

0 commit comments

Comments
 (0)