Skip to content

Commit ffdb241

Browse files
scc-twt5scc
authored andcommitted
CI: fix installing gzip need sudo
1 parent 3d5cb51 commit ffdb241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs: {
3434
},
3535
{
3636
"name": "Gzip to save space",
37-
"run": "apt-get install gzip -y && gzip -9 release-${{ matrix.version }}-${{ matrix.architecture }}.tar",
37+
"run": "sudo apt-get install gzip -y && gzip -9 build/release-${{ matrix.version }}-${{ matrix.architecture }}.tar",
3838
},
3939
{
4040
"name": "Release the tar file to artifacts",

0 commit comments

Comments
 (0)