This commit is contained in:
parent
6cc8765454
commit
e144d28878
1 changed files with 4 additions and 1 deletions
3
.github/workflows/build-user-config.yml
vendored
3
.github/workflows/build-user-config.yml
vendored
|
@ -34,6 +34,9 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Pip
|
||||
run: python3 -m ensurepip --upgrade
|
||||
|
||||
- name: Install yaml2json
|
||||
run: python3 -m pip install remarshal
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue