Fixed circleci config spelling errors

This commit is contained in:
Rebekah 2022-04-05 14:55:07 -04:00
parent d41091293a
commit d513f238dd
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5

View File

@ -26,11 +26,11 @@ jobs:
name: "Build freetype-gl" name: "Build freetype-gl"
command: "cd freetype-gl/build && make" command: "cd freetype-gl/build && make"
- run: - run:
name: "Install freetype-dl" name: "Install freetype-gl"
command: "cd freetype-dl/build && make install" command: "cd freetype-gl/build && make install"
- run: - run:
name: "Remove freetype-dl source" name: "Remove freetype-gl source"
command: "rm -rf freetype-dl/" command: "rm -rf freetype-gl/"
- checkout - checkout
- run: - run: