Skip to content

Commit d3209b0

Browse files
committed
Fix CI to recurse submodules
1 parent 9ffb099 commit d3209b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-linux.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2
18+
with:
19+
submodules: recursive
1820
- name: Configure Ubuntu Libraries
1921
run: sudo apt-get install -y libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev mesa-common-dev
2022
- name: Configure Clang

0 commit comments

Comments
 (0)