Fixed circleci git clone

This commit is contained in:
Rebekah 2022-04-05 14:41:20 -04:00
parent 33e4202693
commit 5cd35e31d2
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5

View File

@ -12,7 +12,7 @@ jobs:
command: "apt update && apt install -y git"
- run:
name: "Clone freetype-gl"
command: "git clone -b 85d7850744465ac1dcd00b202787d72a4a3a1f5d https://github.com/rougier/freetype-gl freetype-gl"
command: "git clone https://github.com/rougier/freetype-gl freetype-gl && cd freetype-gl && git checkout 85d7850744465ac1dcd00b202787d72a4a3a1f5d"
- run:
name: "Install freetype-gl packages"
command: "apt install -y build-essential cmake libglew-dev libgl-dev libx11-dev libxext-dev libxfixes-dev libfreetype-dev"