Skip to content

Commit

Permalink
🕊️ mommy fixixes an error in the cd code~
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker committed Aug 28, 2023
1 parent 2cc053d commit e21e278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ jobs:
set -e
echo "::group::Install basic packages"
pkg_add git gmake || exit 1
pkg_add git gmake mozilla-rootcerts-openssl || exit 1
echo "::endgroup::"
echo "::group::Install fpm"
pkg_add ruby
/usr/pkg/bin/gem* install --no-document fpm
/usr/pkg/bin/gem install --no-document fpm
pkg_add pkg_install # This is necessary to make `fpm` work with `pkgin` format for some reason
echo "::endgroup::"
Expand Down

0 comments on commit e21e278

Please sign in to comment.