From 7e195708b31ac60bd1927bac92cfbf0343d5d7cd Mon Sep 17 00:00:00 2001 From: cochcoder Date: Thu, 27 Feb 2025 14:34:32 -0500 Subject: [PATCH] Remove sudo commands --- .github/workflows/build_all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index df1f77ed90..d242b30b40 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -86,8 +86,8 @@ jobs: - uses: actions/checkout@v4 - name: Install Meson run: | - sudo apt-get update - sudo apt-get install -y python3-pip + apt-get update + apt-get install -y python3-pip pip3 install meson - name: Get the version and date run: |