diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-12-10 15:26:51 -0800 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-12-10 15:26:51 -0800 |
| commit | 2a6bf75f0232d96a687605b121c5a2da42c7f3b1 (patch) | |
| tree | becbc8da2d0db5b15215558fd16423bf92627148 /.github/workflows/build.yml | |
| parent | f73918c9023d0df92cea6feb394b633b8c881b51 (diff) | |
| download | decky-loader-2a6bf75f0232d96a687605b121c5a2da42c7f3b1.tar.gz decky-loader-2a6bf75f0232d96a687605b121c5a2da42c7f3b1.zip | |
Move back to python 3.10.2 in CIv2.4.6-pre3
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d90bd41a..df8b03f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,10 +47,10 @@ jobs: with: node-version: 18 - - name: Set up Python 3.10.9 🐍 + - name: Set up Python 3.10.2 🐍 uses: actions/setup-python@v4 with: - python-version: "3.10.9" + python-version: "3.10.2" - name: Install Python dependencies ⬇️ run: | |
