Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Sep 22, 2022
1 parent d7ae0d1 commit d21af8f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linux-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup premake
uses: abel0b/setup-premake@v1
uses: abel0b/[email protected]
with:
version: "5.0.0-beta1"
- name: Build
run: |
premake5 gmake --cc=clang
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup premake
uses: abel0b/setup-premake@v1
uses: abel0b/[email protected]
with:
version: "5.0.0-beta1"
- name: Build
run: |
premake5 gmake
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/macos-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup premake
uses: abel0b/setup-premake@v1
uses: abel0b/[email protected]
with:
version: "5.0.0-beta1"
- name: Build
run: |
premake5 gmake --cc=clang
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/windows-vs2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on: [push, pull_request]

jobs:
windows-vs2022:
runs-on: windows-2022
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup premake
uses: abel0b/setup-premake@v1
uses: abel0b/[email protected]
with:
version: "5.0.0-beta1"
- name: setup msbuild
uses: microsoft/setup-msbuild@v1
- name: Build
Expand Down

0 comments on commit d21af8f

Please sign in to comment.