Skip to content

Commit

Permalink
github actions fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stenya committed Feb 13, 2024
1 parent 9c8a3f6 commit ebc4150
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
bundler-cache: false

- name: Install fpm
run: gem install fpm
run: |
gem install dotenv -v 2.8.1
gem install fpm
- name: Build CLI
run: |
Expand Down

0 comments on commit ebc4150

Please sign in to comment.