Skip to content

Commit ed3b0af

Browse files
authored
Add Meta Generator step
1 parent aaa8ab0 commit ed3b0af

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/linux-build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ jobs:
4242
export VULKAN_SDK=/usr/include/vulkan
4343
premake5 gmake2
4444
45+
- name: Build Meta Generator files
46+
run: |
47+
cd Build
48+
make -j$(nproc) -k Gen-Meta
49+
50+
- name: Re-run Premake
51+
run: |
52+
cd ..
53+
export VULKAN_SDK=/usr/include/vulkan
54+
premake5 gmake2
55+
4556
- name: Build
4657
run: |
4758
cd Build

0 commit comments

Comments
 (0)