Skip to content

Commit

Permalink
ci: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 4, 2021
1 parent 6d50b09 commit 2d94987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install shellcheck
sudo apt install gettext
- name: Install gettext (macOS)
if: matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit 2d94987

Please sign in to comment.