diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index de93aaf..dba43c5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: os: - ubuntu-latest arch: - - x64 + - x64 steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 @@ -32,7 +32,7 @@ jobs: arch: ${{ matrix.arch }} - uses: julia-actions/cache@v1 - 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 - - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucore -e 'using Pkg; pkg"dev . WGPUNative"' + - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucore -e 'using Pkg; pkg"add . WGPUNative"' - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucore -e 'using Pkg; Pkg.test("WGPUCore", coverage=true)' - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v2 @@ -49,7 +49,7 @@ jobs: with: version: '1' - 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 - - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=docs -e 'using Pkg; pkg"dev . WGPUNative"' + - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=docs -e 'using Pkg; pkg"add . WGPUNative"' - run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=docs -e 'using Pkg; Pkg.test("WGPUCore", coverage=true)' - uses: julia-actions/julia-docdeploy@v1 with: