Skip to content

Commit

Permalink
ci: Add package update call into pipeline setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Mar 3, 2024
1 parent 8e189bc commit 00cd711
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 @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt update -y
- run: sudo apt install make ruby-rubygems cargo -y
- run: sudo gem install --no-document fpm
- run: pip install setuptools shiv
Expand Down

0 comments on commit 00cd711

Please sign in to comment.