Skip to content

Commit

Permalink
ci: clone code into the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Jan 23, 2024
1 parent ca28aed commit 9f4e92a
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 @@ -4,6 +4,7 @@ jobs:
build-deb:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install make ruby-rubygems -y
- run: sudo gem install --no-document fpm
- name: create a deb package
Expand Down

0 comments on commit 9f4e92a

Please sign in to comment.