diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index deef34e..041bb76 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -34,11 +34,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: '3.10' - architecture: 'x64' - cache: 'pip' # caching pip dependencies + - name: Install Python + run: apt update + - run: apt install python3-pip - name: Install yaml2json run: python3 -m pip install remarshal