Install premake5 using powershell

This commit is contained in:
JCash
2021-08-21 11:19:33 +02:00
committed by Luigi Rosso
parent bdb80859ee
commit dd6a1de0cf

View File

@@ -35,14 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download Premake5
- name: Install
shell: powershell
run: |
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-windows.zip
- name: Install
shell: bash
run: |
unzip premake-5.0.0-alpha16-windows.zip
chmod a+x premake5.exe
mkdir -p $HOME/.local/bin