mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
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:
committed by
GitHub
parent
e81165f5ae
commit
357fddd43d
2
.github/workflows/Updater.yml
vendored
2
.github/workflows/Updater.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user