Skip to content

Commit ae1d4b4

Browse files
authored
Remove install jq step from the workflow
1 parent 214d71e commit ae1d4b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/check-deprecated-exercises.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ jobs:
1111
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1212
with:
1313
fetch-depth: 0
14-
- name: Install jq
15-
run: sudo apt-get update && sudo apt-get install -y jq
1614
- name: Test deprecated exercises using test-deprecated-exercises
1715
run: bin/test-deprecated-exercises

0 commit comments

Comments
 (0)