fixing ci
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-09-15 06:08:45 +09:00
commit ffae70cbe7

1
Jenkinsfile vendored
View file

@ -29,6 +29,7 @@ pipeline {
label "untrusted"
}
steps {
sh("apt-get update")
sh("apt-get install build-essential libx11-dev wayland-protocols libwayland-dev")
sh("git clean -dfx")
sh("./configure --enable-opengl --enable-vulkan --without-vulkan-string-helper")