diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 700c06e..f30cffa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: install: | apt-get update -q -y - apt-get install -q -y ocl-icd-opencl-dev curl build-essential + apt-get install -q -y ocl-icd-opencl-dev curl build-essential git curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.rust }} -y source $HOME/.cargo/env