summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Rodolfi <marco.rodolfi@tuta.io>2023-07-27 09:50:22 +0200
committerGitHub <noreply@github.com>2023-07-27 09:50:22 +0200
commit5460f95eac227d14108c5885679587289a7be599 (patch)
treea8c6b4fb8b503e5395ba3a9cb88eb038ead8abc3
parent3ae4ceb431b658372fda5172d008ec61fd5d25be (diff)
downloaddecky-loader-5460f95eac227d14108c5885679587289a7be599.tar.gz
decky-loader-5460f95eac227d14108c5885679587289a7be599.zip
Latest builds of Python 3.10 already uses newer version of the SQLite library
According to the changelog, the latest version that uses > 3.37 is Python 3.10.9, so switch back to an older version of it until Ubuntu pick up more recent versions of SQLite
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index aa378917..85bb172d 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.12 🐍
+ - name: Set up Python 3.10.6 🐍
uses: actions/setup-python@v4
with:
- python-version: "3.10.12"
+ python-version: "3.10.6"
- name: Install Python dependencies ⬇️
run: |
@@ -97,10 +97,10 @@ jobs:
with:
node-version: 18
- - name: Set up Python 3.10.12 🐍
+ - name: Set up Python 3.10.6 🐍
uses: actions/setup-python@v4
with:
- python-version: "3.10.12"
+ python-version: "3.10.6"
- name: Install Python dependencies ⬇️
run: |