Commit 9c58f321 authored by Chen Bill's avatar Chen Bill Committed by GitHub

use tar -xzf (#710)

parent 06438b48
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment