From 8f6aecee0ed46720c397ea139a84b67b3c0be7fb Mon Sep 17 00:00:00 2001 From: Niven Date: Thu, 15 Jun 2023 18:26:33 +0800 Subject: [PATCH] Elevate to sudo privileges to install on self hosted runner --- .github/workflows/tests-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-sync.yml b/.github/workflows/tests-sync.yml index 021eeda56f..41846c0392 100644 --- a/.github/workflows/tests-sync.yml +++ b/.github/workflows/tests-sync.yml @@ -36,7 +36,7 @@ jobs: run: ./make.sh ci-setup-deps-target - name: Install dependencies for test - run: ./make.sh ci-setup-deps-test + run: sudo ./make.sh ci-setup-deps-test # TODO: Switch this to a docker build later and this builds on the native # VM toolchain and loses disparity with the CI release builds