Skip to content

Commit 9867240

Browse files
committed
Fix GHA missing libraries
1 parent bbcc3f9 commit 9867240

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: runner.os != 'Windows'
3737
run: |
3838
if [ "$RUNNER_OS" == "Linux" ]; then
39-
apt update && apt install qt6-base-dev
39+
apt update && apt install qt6-base-dev libegl1 libegl-mesa0 libgl1-mesa-glx
4040
mkdir dcm2niix_install/ && cd dcm2niix_install/
4141
curl -fLO https://github.com/rordenlab/dcm2niix/releases/latest/download/dcm2niix_lnx.zip
4242
unzip dcm2niix*.zip

docs/_static/dictionary-custom.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ rebranded
291291
refactoring
292292
regex
293293
regressor
294+
regressors
294295
ruamel
295296
runindex
296297
runitem

0 commit comments

Comments
 (0)