From 3217c267d56dc907b6c02b83e9ede182c6882e35 Mon Sep 17 00:00:00 2001 From: klemek Date: Wed, 10 Sep 2025 23:23:08 +0200 Subject: [PATCH] install libs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba4017f..a02b741 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: libglfw3-dev + run: apt install libglfw3-dev - name: gcc run: mkdir -p build && gcc -v -Wall -Wextra -Werror src/*.c src/*.h -lm @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: install libs - run: libglfw3-dev + run: apt install libglfw3-dev - name: aclocal run: aclocal - name: autoconf