Skip to content

Update premake.yml

Update premake.yml #5

Workflow file for this run

name: C/C++ Premake5
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download premake
uses: BEASTSM96/[email protected]
- name: Setup premake
# You may pin to the exact commit or the version.
# uses: abel0b/setup-premake@b80dc6f70e8ab159fb854bdadbeb1a53cfc28723
uses: abel0b/[email protected]
with:
# Premake version
version: 5.0.0-beta2
# Premake path
path: .premake/
- name: Compile project
run: premake5 gmake2 && make