mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
Try download premake with powershell on windows
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -34,13 +34,15 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
# - uses: Vampire/setup-wsl@v1
|
||||
|
||||
- name: Download Premake5
|
||||
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: |
|
||||
choco install wget
|
||||
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-windows.zip
|
||||
unzip premake-5.0.0-alpha16-windows.zip
|
||||
chmod a+x premake5.exe
|
||||
mkdir -p $HOME/.local/bin
|
||||
|
||||
Reference in New Issue
Block a user