Skip to content

Commit

Permalink
use tar -xzf (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
salix5 authored Jan 19, 2025
1 parent 06438b4 commit 9c58f32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Premake
run: |
7z x temp\premake-5.0.0-beta2-windows.zip -opremake-5
mkdir premake-5
tar -C premake-5 -xzf temp/premake-5.0.0-beta2-windows.zip
copy premake\lua.lua lua\premake5.lua
copy premake\dll.lua dll.lua
.\premake-5\premake5.exe vs2022 --file=dll.lua
Expand Down

0 comments on commit 9c58f32

Please sign in to comment.