From 7454d9869975ca50fe4ab8eac09e1690860cf353 Mon Sep 17 00:00:00 2001 From: klemek Date: Fri, 12 Sep 2025 22:56:01 +0200 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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