File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ task:
199
199
install_prerequisites_script : |
200
200
cd $CIRRUS_WORKING_DIR/..
201
201
sysctl -n hw.ncpu
202
- pkg install -y git cmake ninja gmake llvm bash gtar p7zip
202
+ pkg install -y git cmake ninja gmake llvm bash gtar 7-zip
203
203
python3 --version
204
204
python3 -m ensurepip
205
205
# Download & extract host LDC
@@ -298,7 +298,7 @@ task:
298
298
artifactName=ldc2-$artifactID-$CI_OS-x86_64
299
299
mv installed $artifactName
300
300
chmod -R go=rX $artifactName
301
- gtar -cf - --owner=0 --group=0 $artifactName | 7za a artifacts/$artifactName.tar.xz -si -txz -mx9
301
+ gtar -cf - --owner=0 --group=0 $artifactName | 7z a artifacts/$artifactName.tar.xz -si -txz -mx9
302
302
# Upload to GitHub release (only for commits on the master branch and tags)
303
303
upload_to_github_script : |
304
304
cd $CIRRUS_WORKING_DIR
You can’t perform that action at this time.
0 commit comments