Skip to content

Commit 84a1c38

Browse files
committed
CIIII
1 parent f433c08 commit 84a1c38

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/workflows/jingle_python.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ permissions:
1919

2020
jobs:
2121
linux:
22+
defaults:
23+
run:
24+
working-directory: ./jingle_python
2225
runs-on: ${{ matrix.platform.runner }}
2326
strategy:
2427
matrix:
@@ -54,6 +57,9 @@ jobs:
5457
path: dist
5558

5659
musllinux:
60+
defaults:
61+
run:
62+
working-directory: ./jingle_python
5763
runs-on: ${{ matrix.platform.runner }}
5864
strategy:
5965
matrix:
@@ -85,6 +91,9 @@ jobs:
8591
path: dist
8692

8793
windows:
94+
defaults:
95+
run:
96+
working-directory: ./jingle_python
8897
runs-on: ${{ matrix.platform.runner }}
8998
strategy:
9099
matrix:
@@ -112,6 +121,9 @@ jobs:
112121
path: dist
113122

114123
macos:
124+
defaults:
125+
run:
126+
working-directory: ./jingle_python
115127
runs-on: ${{ matrix.platform.runner }}
116128
strategy:
117129
matrix:
@@ -138,6 +150,9 @@ jobs:
138150
path: dist
139151

140152
sdist:
153+
defaults:
154+
run:
155+
working-directory: ./jingle_python
141156
runs-on: ubuntu-latest
142157
steps:
143158
- uses: actions/checkout@v4
@@ -153,6 +168,9 @@ jobs:
153168
path: dist
154169

155170
release:
171+
defaults:
172+
run:
173+
working-directory: ./jingle_python
156174
name: Release
157175
runs-on: ubuntu-latest
158176
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}

jingle_python/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ jingle = {path = "../jingle", features = ["pyo3", "gimli"]}
1414
z3 = { git = "https://github.com/prove-rs/z3.rs.git", branch = "master" }
1515
z3-sys = { git = "https://github.com/prove-rs/z3.rs.git", branch = "master" }
1616

17-
[build-dependencies]
18-
pkg-config = "0.3.32"

0 commit comments

Comments
 (0)