Skip to content

Commit 0dd2eed

Browse files
committed
Build the correct type based on the matrix and makefile generated by premake
1 parent 6df6601 commit 0dd2eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build Meta Generator files
5757
run: |
5858
cd Build
59-
make -j$(nproc) -k Gen-Meta
59+
make -j$(nproc) -k config=${{ matrix.build-type | toLowerCase }} Gen-Meta
6060
6161
- name: Set paths
6262
run: |
@@ -81,4 +81,4 @@ jobs:
8181
- name: Build
8282
run: |
8383
cd Build
84-
make -j$(nproc) -k
84+
make -j$(nproc) -k config=${{ matrix.build-type | toLowerCase }}

0 commit comments

Comments
 (0)