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 91462bb commit 45494eeCopy full SHA for 45494ee
1 file changed
.github/workflows/ci.yml
@@ -453,9 +453,10 @@ jobs:
453
python3 -m venv .venv
454
. .venv/bin/activate
455
456
- export PKG_CONFIG_PATH="/system/develop/lib/pkgconfig:/system/lib/pkgconfig:${PKG_CONFIG_PATH:-}"
+ ls -l /system/lib/openssl3/pkgconfig
457
+
458
+ export PKG_CONFIG_PATH="/system/lib/openssl3/pkgconfig:/system/develop/lib/pkgconfig:/system/lib/pkgconfig:${PKG_CONFIG_PATH:-}"
459
export BORG_LIBLZ4_PREFIX=/system/develop
- export BORG_OPENSSL_PREFIX=/system/develop
460
pip install -r requirements.d/development.lock.txt
461
pip install -e .
462
0 commit comments