add sudo for install in Alpine

This commit is contained in:
Martin Kroeker 2021-07-10 19:52:04 +02:00 committed by GitHub
parent 89429fdaa2
commit d86290edf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,5 +157,5 @@ jobs:
alpine() { /alpine/enter-chroot -u "$USER" "$@"; } alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers' sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers'
alpine make DYNAMIC_ARCH=1 BINARY=64 alpine make DYNAMIC_ARCH=1 BINARY=64
alpine make DYNAMIC_ARCH=1 BINARY=64 install alpine sudo make DYNAMIC_ARCH=1 BINARY=64 install