fix makepkg in AUR workflow again (#11)
This commit is contained in:
parent
3a820b458f
commit
9120d05efc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
export GIT_SSH_COMMAND="ssh -i ~/.ssh/aur"
|
||||
|
||||
./scripts/ci/install_makepkg.sh >/dev/null 2>&1
|
||||
sudo ./scripts/ci/install_makepkg.sh
|
||||
./scripts/ci/aur_bump.sh
|
||||
env:
|
||||
SSH_KEY: ${{ secrets.AUR_SSH_KEY }}
|
||||
|
|
|
@ -10,4 +10,4 @@ for i in \
|
|||
dpkg -i /tmp/$i || true
|
||||
done
|
||||
|
||||
apt -f install -q
|
||||
apt-get -f install -oDpkg::Use-Pty=0 -qq
|
||||
|
|
Loading…
Reference in a new issue