Skip to content

Commit fff4170

Browse files
committed
update python path in a horrible way
1 parent c2aa154 commit fff4170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ jobs:
4646
python-dev-is-python3 \
4747
libtool-bin
4848
cabal install alex happy
49+
4950
- name: Build package
5051
run: |
52+
export $PYTHONPATH="/home/runner/work/gf-core/gf-core/debian/gf/usr/local/lib/python3.12/dist-packages/"
5153
make deb
5254
5355
- name: Copy package

0 commit comments

Comments
 (0)