From 9f04e3fab52644ddd90a844103a423256ca46f38 Mon Sep 17 00:00:00 2001 From: klemek Date: Wed, 10 Sep 2025 23:24:02 +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 a02b741..6d3c758 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: apt install libglfw3-dev + run: sudo apt install -y 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: apt install libglfw3-dev + run: sudo apt install -y libglfw3-dev - name: aclocal run: aclocal - name: autoconf