Skip to content

Commit

Permalink
build: update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 authored Jul 28, 2023
1 parent 5cb18ab commit 40b7252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.3.1

- name: Install Premake5
uses: abel0b/setup-premake@v2.2
uses: abel0b/setup-premake@v2.3
with:
version: "5.0.0-beta2"

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
sudo apt-get -y install crossbuild-essential-arm64
- name: Install Premake5
uses: abel0b/setup-premake@v2.2
uses: abel0b/setup-premake@v2.3
with:
version: "5.0.0-beta2"

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
lfs: false

- name: Install Premake5
uses: abel0b/setup-premake@v2.2
uses: abel0b/setup-premake@v2.3
with:
version: "5.0.0-beta2"

Expand Down

0 comments on commit 40b7252

Please sign in to comment.