Skip to content

Commit

Permalink
build: update workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 authored Mar 11, 2024
1 parent 6558dc6 commit 9734309
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 @@ -47,7 +47,7 @@ jobs:
uses: microsoft/setup-msbuild@main

- name: Install Premake5
uses: abel0b/setup-premake@v2.3
uses: diamante0018/setup-premake@master
with:
version: ${{ env.PREMAKE_VERSION }}

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
sudo apt-get install libcurl4-gnutls-dev -y
- name: Install Premake5
uses: abel0b/setup-premake@v2.3
uses: diamante0018/setup-premake@master
with:
version: ${{ env.PREMAKE_VERSION }}

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

- name: Install Premake5
uses: abel0b/setup-premake@v2.3
uses: diamante0018/setup-premake@master
with:
version: ${{ env.PREMAKE_VERSION }}

Expand Down

0 comments on commit 9734309

Please sign in to comment.