Skip to content

Commit 11bca5e

Browse files
committed
Set environment variables for Ubuntu testing in CI
This is a workaround and potential problems were reported to sciapp/gr See sciapp/gr#196
1 parent 82b2c65 commit 11bca5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,7 @@ jobs:
6565
if: ${{ matrix.gr == 'system' && matrix.os == 'ubuntu' }}
6666
env:
6767
QT_QPA_PLATFORM: offscreen
68-
GRDIR: /usr/gr
68+
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libicuuc.so.74
69+
LD_LIBRARY_PATH: /usr/lib/x86_64-linux-gnu
70+
PKG_CONFIG_PATH: /usr/gr/lib/pkgconfig/
6971
run: bundle exec rake test

0 commit comments

Comments
 (0)