We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff4170 commit b2be5abCopy full SHA for b2be5ab
.github/workflows/build-binary-packages.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Build package
51
run: |
52
- export $PYTHONPATH="/home/runner/work/gf-core/gf-core/debian/gf/usr/local/lib/python3.12/dist-packages/"
+ export PYTHONPATH="/home/runner/work/gf-core/gf-core/debian/gf/usr/local/lib/python3.12/dist-packages/"
53
make deb
54
55
- name: Copy package
0 commit comments