Skip to content

Commit 3c8640f

Browse files
authored
Merge pull request #4 from arhik/main
using WGSLTypes from registry
2 parents d6d803e + b61bdad commit 3c8640f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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:

0 commit comments

Comments
 (0)