| commit | bd2fcd8a5646351018dd7cfec8368808566d911b | [log] [tgz] |
|---|---|---|
| author | Chris Dalton <chris@rive.app> | Wed Nov 09 21:56:26 2022 -0700 |
| committer | Chris Dalton <chris@rive.app> | Wed Nov 09 21:56:26 2022 -0700 |
| tree | 64a7234937d3cf8f6f5d0a33669b8727607ae24c | |
| parent | d1fdeca0066c59c37d9f36a123e1763e861f87ce [diff] |
Update the windows workflow to provide --scripts to premake
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a38c6f7..7665912 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml
@@ -57,7 +57,7 @@ shell: powershell run: | cd dev/test - C:\premake5.exe vs2022 + C:\premake5.exe --scripts=..\..\build vs2022 MSBuild rive.sln build\bin\debug\tests.exe