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 3232 arch : ${{ matrix.arch }}
3333 - uses : julia-actions/cache@v1
3434 - 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=wgpucompute -e 'using Pkg; pkg"dev https://github.com/arhik/ WGSLTypes.jl . WGPUNative WGPUCore"'
35+ - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucompute -e 'using Pkg; pkg"dev WGSLTypes . WGPUNative WGPUCore"'
3636 - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucompute -e 'using Pkg; Pkg.test("WGPUCompute", coverage=true)'
3737 - uses : julia-actions/julia-processcoverage@v1
3838 - uses : codecov/codecov-action@v2
4949 with :
5050 version : ' 1'
5151 - 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
52- - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=docs -e 'using Pkg; pkg"dev https://github.com/arhik/ WGSLTypes.jl . WGPUNative WGPUCore"'
52+ - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=docs -e 'using Pkg; pkg"dev WGSLTypes . WGPUNative WGPUCore"'
5353 - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=docs -e 'using Pkg; Pkg.test("WGPUCompute", coverage=true)'
5454 - uses : julia-actions/julia-docdeploy@v1
5555 with :
You can’t perform that action at this time.
0 commit comments