Skip to content

Commit

Permalink
Updated main.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche authored Dec 17, 2023
1 parent 74ecb29 commit 8b6a8d9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
fetch-depth: 0

- name: Install Premake
if: steps.cache-premake.outputs.cache-hit != 'true'
run: |
Invoke-WebRequest -Uri "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-windows.zip" -OutFile "premake.zip"
Expand-Archive "premake.zip" -DestinationPath "C:\tools"
Expand All @@ -36,10 +35,8 @@ jobs:
key: ${{ runner.os }}-compilation-${{ hashFiles('**/*.cpp', '**/*.h') }}
restore-keys: |
${{ runner.os }}-compilation-
- name: Run Premake
run: |
C:\tools\premake5.exe gmake
- name: Compile Project
run: mingw32-make config=debug CC=clang
- name: Run Premake for Visual Studio
run: C:\tools\premake5.exe vs2019
- name: Compile Project with MSBuild
run: msbuild sigma.sln /p:Configuration=Debug /p:Platform="x64"

0 comments on commit 8b6a8d9

Please sign in to comment.