Added Pip-Cache, Specified architecture
All checks were successful
/ build (push) Has been skipped

This commit is contained in:
Kaybee 2024-07-17 22:35:14 +02:00
parent 29c226e0a8
commit 8104ba88aa

View file

@ -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