summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-12-10 15:26:51 -0800
committerTrainDoctor <traindoctor@protonmail.com>2022-12-10 15:26:51 -0800
commit2a6bf75f0232d96a687605b121c5a2da42c7f3b1 (patch)
treebecbc8da2d0db5b15215558fd16423bf92627148 /.github
parentf73918c9023d0df92cea6feb394b633b8c881b51 (diff)
downloaddecky-loader-2a6bf75f0232d96a687605b121c5a2da42c7f3b1.tar.gz
decky-loader-2a6bf75f0232d96a687605b121c5a2da42c7f3b1.zip
Move back to python 3.10.2 in CIv2.4.6-pre3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
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: |