Skip to content

Commit

Permalink
sudo apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Jan 7, 2025
1 parent 05c38f4 commit 9d00294
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d00294

Please sign in to comment.