Skip to content

Commit 9d00294

Browse files
committed
sudo apt-get
1 parent 05c38f4 commit 9d00294

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create-python-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- runner: ubuntu-24.04
3636
target: aarch64
3737
steps:
38-
- run: apt-get update && apt-get install -y build-essential
38+
- run: sudo apt-get update && sudo apt-get install -y build-essential
3939
- uses: actions/checkout@v4
4040
with:
4141
submodules: 'recursive'
@@ -77,7 +77,7 @@ jobs:
7777
- runner: ubuntu-24.04
7878
target: aarch64
7979
steps:
80-
- run: apt-get update && apt-get install -y build-essential musl-tools
80+
- run: sudo apt-get update && sudo apt-get install -y build-essential musl-tools
8181
- uses: actions/checkout@v4
8282
with:
8383
submodules: 'recursive'
@@ -149,7 +149,7 @@ jobs:
149149
sdist:
150150
runs-on: ubuntu-latest
151151
steps:
152-
- run: apt-get update && apt-get install -y build-essential
152+
- run: sudo apt-get update && sudo apt-get install -y build-essential
153153
- uses: actions/checkout@v4
154154
with:
155155
submodules: 'recursive'
@@ -179,7 +179,7 @@ jobs:
179179
# Used to generate artifact attestation
180180
attestations: write
181181
steps:
182-
- run: apt-get update && apt-get install -y build-essential
182+
- run: sudo apt-get update && sudo apt-get install -y build-essential
183183
- uses: actions/download-artifact@v4
184184
- run: cd minimappers2
185185
- name: Generate artifact attestation

0 commit comments

Comments
 (0)