From 5562d66931c83da1fccd52f426080e7397385e8c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 22 Aug 2024 08:43:07 -0400 Subject: [PATCH] need sudo for software installation --- .github/workflows/quick-regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quick-regression.yml b/.github/workflows/quick-regression.yml index e4f90326ea..52c883823b 100644 --- a/.github/workflows/quick-regression.yml +++ b/.github/workflows/quick-regression.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 2 - name: Install ccache - run: apt install ccache + run: sudo apt-get install -y ccache - name: Create Build Environment run: mkdir build