diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd15b69..f0cfbee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: install libs - run: sudo apt install -y libglfw3-dev libgl + run: sudo apt install -y libglfw3-dev libgl-dev - name: gcc run: mkdir -p build && gcc -v -Wall -Wextra -Werror src/*.c src/*.h -lglfw -lGL -lm -Iinclude -ldl