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:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -38,8 +38,8 @@ jobs:
|
||||
- name: Download Premake5
|
||||
shell: powershell
|
||||
run: |
|
||||
echo GITHUB_WORKSPACE is $GITHUB_WORKSPACE
|
||||
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-windows.zip -P $GITHUB_WORKSPACE
|
||||
echo GITHUB_WORKSPACE is ${{ github.workspace }}
|
||||
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-windows.zip -OutFile ${{ github.workspace }}/premake-5.0.0-alpha16-windows.zip
|
||||
|
||||
- name: Install
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user