LS right dir
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54ee3c7..b1a8121 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml
@@ -51,7 +51,6 @@ cd build C:\premake5.exe vs2022 MSBuild rive.sln /property:Configuration=Debug /property:Platform=x64 - ls windows\obj\debug\ cd .. - name: Build rive tests @@ -60,7 +59,7 @@ cd dev/test C:\premake5.exe vs2022 MSBuild rive_tests.sln - ls windows\obj\debug\ + ls build\obj\debug\ build-macos: runs-on: macOS-latest