update packages before build
This commit is contained in:
parent
b31ff30963
commit
37e5453182
2
.github/workflows/build-arch-images.yml
vendored
2
.github/workflows/build-arch-images.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches: [ master ]
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths: [ docker/* ]
|
||||
paths: [ docker/*, docker/scripts/* ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths: [ docker/* ]
|
||||
|
@ -15,7 +15,8 @@ then
|
||||
fi
|
||||
|
||||
# Clone the git repo
|
||||
git clone "$REPO" /home/user/pkg
|
||||
cd /home/user/pkg
|
||||
git clone "$REPO" /home/user/pkg && \
|
||||
cd /home/user/pkg && \
|
||||
sudo pacman -Syu --noconfirm --noprogressbar &&\
|
||||
makepkg -smf --noconfirm --noprogressbar --skippgpcheck --noarchive
|
||||
exit $?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user