From 8104ba88aa919651f30573eaf5e91321799510be Mon Sep 17 00:00:00 2001 From: kB01 Date: Wed, 17 Jul 2024 22:35:14 +0200 Subject: [PATCH] Added Pip-Cache, Specified architecture --- .github/workflows/build-user-config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 156c032..deef34e 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -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