Skip to content

Commit 60b9c3f

Browse files
committed
workflow
1 parent 94cb1a7 commit 60b9c3f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
- run: |
1919
sudo apt install xorg-dev libopengl-dev libgl1-mesa-dev
2020
sudo apt install libglfw3 libglfw3-dev
21+
cd example
2122
make

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
- shell: msys2 {0}
2727
run: |
2828
pwd
29+
cd example
2930
make

0 commit comments

Comments
 (0)