2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-26 14:21:49 +00:00

chore: add possibility to ignore premake5 from path

This commit is contained in:
Jan
2025-01-13 01:13:08 +01:00
parent 32c0ecb04d
commit 419481b4da
4 changed files with 26 additions and 15 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Premake generate
working-directory: ${{ github.workspace }}
env:
OAT_CI_NO_PROMPT: 1
PREMAKE_NO_PROMPT: 1
run: ./generate.sh
- name: Build
@ -61,7 +61,7 @@ jobs:
- name: Premake generate
working-directory: ${{ github.workspace }}
env:
OAT_CI_NO_PROMPT: 1
PREMAKE_NO_PROMPT: 1
run: ./generate.bat
- name: Build