diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-10-24 20:55:38 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-10-24 20:55:38 -0400 |
| commit | ed82f51bb713487dd0360f7960d5048d71af26e0 (patch) | |
| tree | 6bb0bbfbd78afe61c1c0cdfd476310952e71fa7e /.github/workflows | |
| parent | df1524e15f807a8c6043ad4e869c8724ee731ca5 (diff) | |
| download | decky-loader-ed82f51bb713487dd0360f7960d5048d71af26e0.tar.gz decky-loader-ed82f51bb713487dd0360f7960d5048d71af26e0.zip | |
use same python ver as deck
Diffstat (limited to '.github/workflows')
| -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 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: | |
