We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cb1a7 commit 60b9c3fCopy full SHA for 60b9c3f
.github/workflows/linux.yml
@@ -18,4 +18,5 @@ jobs:
18
- run: |
19
sudo apt install xorg-dev libopengl-dev libgl1-mesa-dev
20
sudo apt install libglfw3 libglfw3-dev
21
+ cd example
22
make
.github/workflows/windows.yml
@@ -26,4 +26,5 @@ jobs:
26
- shell: msys2 {0}
27
run: |
28
pwd
29
30
0 commit comments