We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df6601 commit 0dd2eedCopy full SHA for 0dd2eed
1 file changed
.github/workflows/linux-build.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Build Meta Generator files
57
run: |
58
cd Build
59
- make -j$(nproc) -k Gen-Meta
+ make -j$(nproc) -k config=${{ matrix.build-type | toLowerCase }} Gen-Meta
60
61
- name: Set paths
62
@@ -81,4 +81,4 @@ jobs:
81
- name: Build
82
83
84
- make -j$(nproc) -k
+ make -j$(nproc) -k config=${{ matrix.build-type | toLowerCase }}
0 commit comments