Skip to content

Commit

Permalink
fix missing LD_LIBRARY_PATH update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Mar 6, 2024
1 parent 1cd3715 commit 6ee1956
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ jobs:
- name: Check wxRuby3 gem install
if: matrix.wxr_type != 'develop'
run: |
if [ "${{ matrix.wxw_type }}" == "develop" ]; then
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WXWIN_INSTALL/lib
fi
wxruby check
- name: Run wxRuby3 regression tests
Expand Down

0 comments on commit 6ee1956

Please sign in to comment.