File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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'
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
You can’t perform that action at this time.
0 commit comments