summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-10-24 20:55:38 -0400
committerAAGaming <aa@mail.catvibers.me>2022-10-24 20:55:38 -0400
commited82f51bb713487dd0360f7960d5048d71af26e0 (patch)
tree6bb0bbfbd78afe61c1c0cdfd476310952e71fa7e /.github/workflows/build.yml
parentdf1524e15f807a8c6043ad4e869c8724ee731ca5 (diff)
downloaddecky-loader-ed82f51bb713487dd0360f7960d5048d71af26e0.tar.gz
decky-loader-ed82f51bb713487dd0360f7960d5048d71af26e0.zip
use same python ver as deck
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 9905855c..9df049b6 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 🐍
+ - name: Set up Python 3.10.2 🐍
uses: actions/setup-python@v4
with:
- python-version: "3.10"
+ python-version: "3.10.2"
- name: Install Python dependencies ⬇️
run: |