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 ]
|
branches: [ master ]
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths: [ docker/* ]
|
paths: [ docker/*, docker/scripts/* ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths: [ docker/* ]
|
paths: [ docker/* ]
|
||||||
|
@ -15,7 +15,8 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Clone the git repo
|
# Clone the git repo
|
||||||
git clone "$REPO" /home/user/pkg
|
git clone "$REPO" /home/user/pkg && \
|
||||||
cd /home/user/pkg
|
cd /home/user/pkg && \
|
||||||
|
sudo pacman -Syu --noconfirm --noprogressbar &&\
|
||||||
makepkg -smf --noconfirm --noprogressbar --skippgpcheck --noarchive
|
makepkg -smf --noconfirm --noprogressbar --skippgpcheck --noarchive
|
||||||
exit $?;
|
exit $?;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user