From 131cda57f7f3b50df8a497aebfef18326a8e6620 Mon Sep 17 00:00:00 2001 From: klemek Date: Thu, 2 Oct 2025 22:09:56 +0200 Subject: [PATCH] fix CI --- .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 54638b0..62cb9ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: with: submodules: 'true' - name: install libs - run: sudo apt install -y libglfw3-dev libgl-dev libv4l-dev libasound2t64 + run: sudo apt install -y libglfw3-dev libgl-dev libv4l-dev libasound2-dev - name: gcc run: mkdir -p build && gcc -v -Wall -Wextra -Werror src/*.c src/*.h -lglfw -lGL -lm -lasound -Iinclude hashmap.c/hashmap.c log.c/src/log.c -DGLFW_INCLUDE_NONE -DGLFW_EXPOSE_NATIVE_EGL -DGLFW_NATIVE_INCLUDE_NONE @@ -26,7 +26,7 @@ jobs: with: submodules: 'true' - name: install libs - run: sudo apt install -y libglfw3-dev libgl-dev libv4l-dev libasound2t64 + run: sudo apt install -y libglfw3-dev libgl-dev libv4l-dev libasound2-dev - name: aclocal run: aclocal - name: autoconf