Skip to content

Commit 76f6ff4

Browse files
committed
Switch from gmake2 to gmake
1 parent 0dd2eed commit 76f6ff4

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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run Premake
5252
run: |
5353
export VULKAN_SDK=/usr/include/vulkan
54-
premake5 gmake2
54+
premake5 gmake
5555
5656
- name: Build Meta Generator files
5757
run: |
@@ -76,7 +76,7 @@ jobs:
7676
- name: Re-run Premake
7777
run: |
7878
export VULKAN_SDK=/usr/include/vulkan
79-
premake5 gmake2
79+
premake5 gmake
8080
8181
- name: Build
8282
run: |

0 commit comments

Comments
 (0)