mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Added Pip-Cache, Specified architecture
This commit is contained in:
parent
29c226e0a8
commit
8104ba88aa
4
.github/workflows/build-user-config.yml
vendored
4
.github/workflows/build-user-config.yml
vendored
|
|
@ -36,7 +36,9 @@ jobs:
|
|||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12.4'
|
||||
python-version: '3.10'
|
||||
architecture: 'x64'
|
||||
cache: 'pip' # caching pip dependencies
|
||||
|
||||
- name: Install yaml2json
|
||||
run: python3 -m pip install remarshal
|
||||
|
|
|
|||
Loading…
Reference in a new issue