Fix glfw working path

# Description
Previous PR to fix rive-runtime test had the path relative to mono, not relative to rive-runtime.

Diffs=
bd512ec1d9 Fix glfw working path (#9382)

Co-authored-by: Philip Chung <philterdesign@gmail.com>
This commit is contained in:
philter
2025-04-04 20:52:08 +00:00
parent dc26d62e99
commit df94fae694
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ jobs:
./build.sh release
- name: Build glfw
working-directory: packages/runtime/skia/dependencies/
working-directory: skia/dependencies/
run: ./make_glfw.sh
- name: Tests

View File

@@ -1 +1 @@
92a4d0a287ad36dbb5bf4b0dc5ffbe2b43ff12ff
bd512ec1d9a96ef7ef6b9a3205d0a9fc895395e5