fix makepkg in AUR workflow again (#11)

This commit is contained in:
Sofia Lima 2023-04-11 03:43:12 +00:00 committed by GitHub
parent 3a820b458f
commit 9120d05efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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