Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik committed Nov 18, 2024
1 parent ecd4f31 commit ac64daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: microsoft/setup-msbuild@v2

- name: Add premake5 to PATH
uses: abel0b/setup-premake@v2.3
uses: abel0b/setup-premake@v2.4
with:
version: ${{ env.PREMAKE_VERSION }}

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
- name: Add premake5 to PATH
uses: abel0b/setup-premake@v2.3
uses: abel0b/setup-premake@v2.4
with:
version: ${{ env.PREMAKE_VERSION }}

Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
# run: sudo apt-get install crossbuild-essential-arm64 -y

- name: Add premake5 to PATH
uses: abel0b/setup-premake@v2.3
uses: abel0b/setup-premake@v2.4
with:
version: ${{ env.PREMAKE_VERSION }}

Expand Down

0 comments on commit ac64daf

Please sign in to comment.