File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
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 xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
35- # - run : julia --color=yes --project=wgpucore -e 'using Pkg; pkg"dev . WGPUNative"'
36- - run : julia --color=yes --project=wgpucore -e 'using Pkg; pkg"dev . WGPUNative"'
34+ - run : sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
35+ - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucore -e 'using Pkg; pkg"dev . WGPUNative"'
3736 - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucore -e 'using Pkg; Pkg.test("WGPUCore", coverage=true)'
3837 - uses : julia-actions/julia-processcoverage@v1
3938 - uses : codecov/codecov-action@v2
You can’t perform that action at this time.
0 commit comments