From 9d00294cfee1cfa749fb5ed7c6db66dcaeb86368 Mon Sep 17 00:00:00 2001 From: Joseph Guhlin Date: Wed, 8 Jan 2025 10:32:40 +1300 Subject: [PATCH] sudo apt-get --- .github/workflows/create-python-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-python-release.yaml b/.github/workflows/create-python-release.yaml index 1442661..014cac5 100644 --- a/.github/workflows/create-python-release.yaml +++ b/.github/workflows/create-python-release.yaml @@ -35,7 +35,7 @@ jobs: - runner: ubuntu-24.04 target: aarch64 steps: - - run: apt-get update && apt-get install -y build-essential + - run: sudo apt-get update && sudo apt-get install -y build-essential - uses: actions/checkout@v4 with: submodules: 'recursive' @@ -77,7 +77,7 @@ jobs: - runner: ubuntu-24.04 target: aarch64 steps: - - run: apt-get update && apt-get install -y build-essential musl-tools + - run: sudo apt-get update && sudo apt-get install -y build-essential musl-tools - uses: actions/checkout@v4 with: submodules: 'recursive' @@ -149,7 +149,7 @@ jobs: sdist: runs-on: ubuntu-latest steps: - - run: apt-get update && apt-get install -y build-essential + - run: sudo apt-get update && sudo apt-get install -y build-essential - uses: actions/checkout@v4 with: submodules: 'recursive' @@ -179,7 +179,7 @@ jobs: # Used to generate artifact attestation attestations: write steps: - - run: apt-get update && apt-get install -y build-essential + - run: sudo apt-get update && sudo apt-get install -y build-essential - uses: actions/download-artifact@v4 - run: cd minimappers2 - name: Generate artifact attestation