mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-13 19:05:30 -04:00
need to tell it to silently continue
This commit is contained in:
parent
85ac73a750
commit
b1d6961d20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/qmk_userspace_build.yml
vendored
2
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install jq
|
apt-get install jq -y
|
||||||
|
|
||||||
- name: Import Non Tree Targets JSON file
|
- name: Import Non Tree Targets JSON file
|
||||||
id: read_file
|
id: read_file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue