Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm authored Jun 25, 2024
1 parent 373eb5d commit 829cef3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@ jobs:

- name: install dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y libglfw3-dev libglew-dev libstb-dev libglm-dev
- name: debug
run: |
pkg-config --libs glew glfw3 glm
echo "---"
pkg-config --cflags glew glfw3 glm
sudo apt update -y
sudo apt install -y libgl1-mesa-dev libglfw3-dev libglew-dev libstb-dev libglm-dev
sudo ldconfig
- name: make
run: make

0 comments on commit 829cef3

Please sign in to comment.