From 70690911cb8111029a3e858930c7f08f72b503f0 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Tue, 30 Apr 2024 16:29:55 +0200 Subject: [PATCH] let's see if we really need sudo for intel --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index bf99f78e..a404bba1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -114,8 +114,8 @@ jobs: uses: arduino/setup-protoc@v1 - name: Clean unused files run: | - sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android - sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET + rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android + rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET - name: Install sccache run: | curl -fsSL https://github.com/mozilla/sccache/releases/download/v$SCCACHE/sccache-v$SCCACHE-x86_64-unknown-linux-musl.tar.gz | tar -xzv --strip-components=1 -C /usr/local/bin sccache-v$SCCACHE-x86_64-unknown-linux-musl/sccache