File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 version : ${{ matrix.version }}
3232 arch : ${{ matrix.arch }}
3333 - uses : julia-actions/cache@v1
34- - run : sudo apt-get update && sudo apt-get install -y libglvnd-dev xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
34+ - run : sudo apt-get update && sudo apt-get install -y libglvnd-dev libegl-dev xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
3535 - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucanvas -e 'using Pkg; pkg"dev WGSLTypes . WGPUNative WGPUCore"'
3636 # - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucanvas -e 'using Pkg; Pkg.test("WGPUCanvas", coverage=true)'
3737 - uses : julia-actions/julia-processcoverage@v1
4848 - uses : julia-actions/setup-julia@v1
4949 with :
5050 version : ' 1'
51- - run : sudo apt-get update && sudo apt-get install -y libglvnd-dev xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
51+ - run : sudo apt-get update && sudo apt-get install -y libglvnd-dev libegl-dev xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
5252 - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucanvas -e 'using Pkg; pkg"dev WGSLTypes . WGPUNative WGPUCore"'
5353 # - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucanvas -e 'using Pkg; Pkg.test("WGPUCanvas", coverage=true)'
5454 - uses : julia-actions/julia-docdeploy@v1
You can’t perform that action at this time.
0 commit comments