This commit is contained in:
parent
d63b7c8bd1
commit
0b13ebfc6b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-user-config.yml
vendored
4
.github/workflows/build-user-config.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Python
|
||||
run: apt update
|
||||
- run: apt install python3-pip
|
||||
run: apt-get update
|
||||
- run: apt-get -y install python3-pip
|
||||
|
||||
- name: Install yaml2json
|
||||
run: python3 -m pip install remarshal
|
||||
|
|
Loading…
Add table
Reference in a new issue