File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
arch : ${{ matrix.arch }}
33
33
- uses : julia-actions/cache@v1
34
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=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"'
36
36
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucompute -e 'using Pkg; Pkg.test("WGPUCompute", coverage=true)'
37
37
- uses : julia-actions/julia-processcoverage@v1
38
38
- uses : codecov/codecov-action@v2
49
49
with :
50
50
version : ' 1'
51
51
- 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"'
53
53
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=docs -e 'using Pkg; Pkg.test("WGPUCompute", coverage=true)'
54
54
- uses : julia-actions/julia-docdeploy@v1
55
55
with :
You can’t perform that action at this time.
0 commit comments