@@ -13,7 +13,7 @@ ubuntu2204: | |||
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions | |||
ubuntu2404: | |||
git clone --branch v3.1.5 https://github.com/AcademySoftwareFoundation/openexr || true | |||
git clone --branch v3.3.2 https://github.com/AcademySoftwareFoundation/openexr || true | |||
bash ../ubuntu2404.sh make impl | |||
make package-ubuntu2404 | |||
bash ../ubuntu2404.sh chown $$(id -u):$$(id -g) . -R # fix permissions |