fix CI
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user