mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Removed Install-Python, Replaced with apt install
This commit is contained in:
parent
8104ba88aa
commit
d63b7c8bd1
8
.github/workflows/build-user-config.yml
vendored
8
.github/workflows/build-user-config.yml
vendored
|
|
@ -34,11 +34,9 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- name: Install Python
|
||||||
with:
|
run: apt update
|
||||||
python-version: '3.10'
|
- run: apt install python3-pip
|
||||||
architecture: 'x64'
|
|
||||||
cache: 'pip' # caching pip dependencies
|
|
||||||
|
|
||||||
- name: Install yaml2json
|
- name: Install yaml2json
|
||||||
run: python3 -m pip install remarshal
|
run: python3 -m pip install remarshal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue