Fix updater.yml workflow by manually passing LD_LIBRARY_PATH as /usr/local/lib so ruby-libversion can find the libversion.so installed locally (#11636)

This commit is contained in:
Maximilian Downey Twiss
2025-03-31 00:15:46 +11:00
committed by GitHub
parent e81165f5ae
commit 357fddd43d

View File

@@ -55,7 +55,7 @@ jobs:
env:
UPDATE_BRANCH_NAME: ${{ steps.set-variables.outputs.UPDATE_BRANCH_NAME }}
run: |
tools/update_python_pip_packages.rb
LD_LIBRARY_PATH=/usr/local/lib tools/update_python_pip_packages.rb
# Create a new branch with the updated package files only
# if there are updated packages. Otherwise exit early.
if [ -n "$(git status --porcelain)" ]; then