Fix repology workflow again by installing highline (#10354)

This commit is contained in:
Maximilian Downey Twiss
2024-08-25 14:22:00 +10:00
committed by GitHub
parent d61190af12
commit 8bf154910a

View File

@@ -11,6 +11,8 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4'
- name: Install highline
run: gem install highline
- name: Configure git
run: |
git config --global user.name 'github-actions[bot]'