Fixed circleci dependancies

This commit is contained in:
Rebekah 2022-04-05 14:58:38 -04:00
parent d513f238dd
commit 86f788b45a
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5

View File

@ -35,7 +35,7 @@ jobs:
- checkout
- run:
name: "Install development packages"
command: "apt install -y libz-dev libpng-dev libsdl2-dev"
command: "apt install -y libz-dev libpng-dev libsdl2-dev glm"
- run:
name: "Make build directory"
command: "mkdir build"