diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-10-24 20:51:56 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-10-24 20:51:56 -0400 |
| commit | df1524e15f807a8c6043ad4e869c8724ee731ca5 (patch) | |
| tree | 178e0705864fd7a4f2f5a8ffcfc6f758524579db /.github/workflows/build.yml | |
| parent | 2edd910df384aa28181c5cb3a12096f0fe36637b (diff) | |
| download | decky-loader-df1524e15f807a8c6043ad4e869c8724ee731ca5.tar.gz decky-loader-df1524e15f807a8c6043ad4e869c8724ee731ca5.zip | |
nevermind dont
Diffstat (limited to '.github/workflows/build.yml')
| -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 df3b5401..9905855c 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 🐍 + - name: Set up Python 3.10 🐍 uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.10" - name: Install Python dependencies ⬇️ run: | |
