build(premake): do not hardcode Premake5.lua to use clang (#53)

This commit is contained in:
2023-12-08 16:07:01 +01:00
committed by GitHub
parent 08c0710867
commit 9ae077d07e
3 changed files with 10 additions and 7 deletions

View File

@ -99,7 +99,7 @@ jobs:
version: "5.0.0-beta2"
- name: Generate project files
run: premake5 gmake2
run: premake5 --cc=clang gmake2
- name: Set up problem matching
uses: ammaraskar/gcc-problem-matcher@master