diff --git a/.circleci/config.yml b/.circleci/config.yml index 8441305..10cb5fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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"