Skip to content

Commit

Permalink
chore: git needs to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Oct 18, 2023
1 parent c23c761 commit 38746b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38746b0

Please sign in to comment.