Skip to content

Commit

Permalink
fix(ci): Adjust for espanso-git
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Mar 6, 2024
1 parent 2dd5980 commit cefcd78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ jobs:
yay -U --noconfirm jdk-openjdk-wakefield-*.pkg.tar.zst
yay -U jdk-openjdk-wakefield-doc-*.pkg.tar.zst
yay -U jdk-openjdk-wakefield-src-*.pkg.tar.zst
elif [[ "${pkgbase}" == "espanso-git" ]]
then
runuser -u dev -- makepkg -csr --noconfirm
yay -U --noconfirm espanso-x11-git-*.pkg.tar.zst
pacman -R --noconfirm espanso-x11-git
yay -U --noconfirm espanso-wayland-git-*.pkg.tar.zst
else
runuser -u dev -- makepkg -csri --noconfirm
fi
Expand Down

0 comments on commit cefcd78

Please sign in to comment.