From 26d6e68c8f848267071bb91e18406af1c84b426a Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Mon, 31 Jul 2023 19:18:32 -0700 Subject: [PATCH] [upstream_utils] Add GCEM to CI (#5483) --- .github/workflows/upstream-utils.yml | 4 ++++ upstream_utils/update_gcem.py | 0 2 files changed, 4 insertions(+) mode change 100644 => 100755 upstream_utils/update_gcem.py diff --git a/.github/workflows/upstream-utils.yml b/.github/workflows/upstream-utils.yml index 063df4e949..3527b25927 100644 --- a/.github/workflows/upstream-utils.yml +++ b/.github/workflows/upstream-utils.yml @@ -37,6 +37,10 @@ jobs: run: | cd upstream_utils ./update_fmt.py + - name: Run update_gcem.py + run: | + cd upstream_utils + ./update_gcem.py - name: Run update_libuv.py run: | cd upstream_utils diff --git a/upstream_utils/update_gcem.py b/upstream_utils/update_gcem.py old mode 100644 new mode 100755