remove the jq install. It might come prepackaged with ubuntu

This commit is contained in:
Victor 2024-04-10 20:35:08 -05:00
parent 9626dded99
commit c2647ab323
Failed to generate hash of commit

View file

@ -61,9 +61,6 @@ jobs:
run: | run: |
qmk userspace-doctor qmk userspace-doctor
- name: Install jq
run: apt-get install jq
- name: Import Non Tree Targets JSON file - name: Import Non Tree Targets JSON file
id: read_file id: read_file
run: cat $GITHUB_WORKSPACE/qmk-nontree.json run: cat $GITHUB_WORKSPACE/qmk-nontree.json