Skip to content

Commit f8bae54

Browse files
committed
Another attempt to fix GHA missing EGL libraries
1 parent 9867240 commit f8bae54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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 libegl1 libegl-mesa0 libgl1-mesa-glx
39+
sudo apt update && sudo apt install qt6-base-dev
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

0 commit comments

Comments
 (0)