-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f68a0e
commit b038ebf
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,9 @@ concurrency: | |
group: ${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
env: | ||
PREMAKE_VERSION: "5.0.0-beta2" | ||
|
||
jobs: | ||
build-win: | ||
name: Build Windows | ||
|
@@ -43,7 +46,7 @@ jobs: | |
- name: Install Premake5 | ||
uses: abel0b/[email protected] | ||
with: | ||
version: "5.0.0-beta2" | ||
version: ${{ env.PREMAKE_VERSION }} | ||
|
||
- name: Generate project files | ||
run: premake5 vs2022 | ||
|
@@ -91,7 +94,7 @@ jobs: | |
- name: Install Premake5 | ||
uses: abel0b/[email protected] | ||
with: | ||
version: "5.0.0-beta2" | ||
version: ${{ env.PREMAKE_VERSION }} | ||
|
||
- name: Generate project files | ||
run: premake5 --cc=clang gmake2 | ||
|
@@ -138,7 +141,7 @@ jobs: | |
- name: Install Premake5 | ||
uses: abel0b/[email protected] | ||
with: | ||
version: "5.0.0-beta2" | ||
version: ${{ env.PREMAKE_VERSION }} | ||
|
||
- name: Generate project files | ||
run: premake5 gmake2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters