Skip to content

Commit

Permalink
ci: Install Shiv inside ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Mar 3, 2024
1 parent c149bbb commit d20c56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v4
- run: sudo apt install make ruby-rubygems -y
- run: sudo gem install --no-document fpm
- run: pip install setuptools shiv
- name: create a deb package
run: make deb
- name: create a Shiv bundle
Expand Down

0 comments on commit d20c56a

Please sign in to comment.