mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
fix
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -39,7 +39,8 @@ jobs:
|
||||
shell: powershell
|
||||
run: |
|
||||
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
|
||||
ls -la
|
||||
unzip ./premake-5.0.0-alpha16-windows.zip
|
||||
chmod a+x premake5.exe
|
||||
mkdir -p $HOME/.local/bin
|
||||
mv premake5.exe $HOME/.local/bin
|
||||
|
||||
Reference in New Issue
Block a user