From d80d404464abd7ebdb12587985a4620e09a6aa40 Mon Sep 17 00:00:00 2001 From: csmartdalton Date: Tue, 16 Jul 2024 05:10:35 +0000 Subject: [PATCH] Use "python3" in make_viewer_skia.sh (instead of "python") "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> --- .rive_head | 2 +- dependencies/macosx/make_viewer_skia.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index 61466a30..2db75dca 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -8a67331a40847538f893acddfcc57e249e21ec81 +63b6a13d3a2adc1c555747fcd76234360bad7a1d diff --git a/dependencies/macosx/make_viewer_skia.sh b/dependencies/macosx/make_viewer_skia.sh index f0294366..507781e0 100755 --- a/dependencies/macosx/make_viewer_skia.sh +++ b/dependencies/macosx/make_viewer_skia.sh @@ -17,7 +17,7 @@ else cd skia fi -python tools/git-sync-deps +python3 tools/git-sync-deps CONFIG=debug RENDERER=