summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorMarco Rodolfi <marco.rodolfi@tuta.io>2023-08-25 19:59:56 +0200
committerGitHub <noreply@github.com>2023-08-25 19:59:56 +0200
commita43e4328df8e2d4e2c1be0ab7f0cd7ea59c48ce2 (patch)
tree64af470ad409f0abb46f322f4309b8dc6aec66d4 /.github/workflows/build.yml
parent0ede0247713e6839004d9c02154b953048b83f7a (diff)
downloaddecky-loader-a43e4328df8e2d4e2c1be0ab7f0cd7ea59c48ce2.tar.gz
decky-loader-a43e4328df8e2d4e2c1be0ab7f0cd7ea59c48ce2.zip
Rollback to Python 3.10.6 for possible regression
Diffstat (limited to '.github/workflows/build.yml')
-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 17f1f2e6..fe58eecb 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.11.4 🐍
+ - name: Set up Python 3.10.6 🐍
uses: actions/setup-python@v4
with:
- python-version: "3.11.4"
+ python-version: "3.10.6"
- name: Upgrade SQLite 3 binary version to 3.42.0 🧑‍💻
run: >