Skip to content

Commit

Permalink
Adding jq and shunit2 dependencies to Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pose authored Jan 3, 2025
1 parent fbe7a8c commit 1fa24eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: brew install automake
run: brew install automake jq shunit2
- name: Run autoreconf
run: autoreconf -fi
- name: Run configure
Expand Down

0 comments on commit 1fa24eb

Please sign in to comment.