Skip to content

Commit

Permalink
Use "python3" in make_viewer_skia.sh (instead of "python")
Browse files Browse the repository at this point in the history
"python" doesn't exist on all the hosted runners, so it was a game of runner-roulette whether the runtime_test_macos job will pass.

Diffs=
63b6a13d3 Use "python3" in make_viewer_skia.sh (instead of "python") (#7597)

Co-authored-by: Chris Dalton <99840794+csmartdalton@users.noreply.github.com>
  • Loading branch information
csmartdalton and csmartdalton committed Jul 16, 2024
1 parent bd30190 commit d80d404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8a67331a40847538f893acddfcc57e249e21ec81
63b6a13d3a2adc1c555747fcd76234360bad7a1d
2 changes: 1 addition & 1 deletion dependencies/macosx/make_viewer_skia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
cd skia
fi

python tools/git-sync-deps
python3 tools/git-sync-deps

CONFIG=debug
RENDERER=
Expand Down

0 comments on commit d80d404

Please sign in to comment.