mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
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:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
92a4d0a287ad36dbb5bf4b0dc5ffbe2b43ff12ff
|
||||
bd512ec1d9a96ef7ef6b9a3205d0a9fc895395e5
|
||||
|
||||
Reference in New Issue
Block a user