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"
command: "cd freetype-gl/build && make"
- run:
name: "Install freetype-dl"
command: "cd freetype-dl/build && make install"
name: "Install freetype-gl"
command: "cd freetype-gl/build && make install"
- run:
name: "Remove freetype-dl source"
command: "rm -rf freetype-dl/"
name: "Remove freetype-gl source"
command: "rm -rf freetype-gl/"
- checkout
- run: