mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
remove workaround for cross-platform-actions < v1.0.0, fixes #9565
This commit is contained in:
parent
450b017b2d
commit
684928885b
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -573,8 +573,6 @@ jobs:
|
|||
export PKG_CONFIG_PATH="/system/develop/lib/pkgconfig:/system/lib/pkgconfig:${PKG_CONFIG_PATH:-}"
|
||||
export BORG_LIBLZ4_PREFIX=/system/develop
|
||||
export BORG_OPENSSL_PREFIX=/system/develop
|
||||
# rsync into the Haiku VM changes file ownership; tell git to trust the workdir
|
||||
git config --global --add safe.directory "$(pwd)"
|
||||
pip install -r requirements.d/development.lock.txt
|
||||
pip install -e .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue