From 38746b0b797364bf7c8de89b0c7cedca6bd678cf Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 18 Oct 2023 12:14:14 +0200 Subject: [PATCH] chore: git needs to be installed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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