further build step tweaks
Some checks failed
Client Build / build (21.x) (pull_request) Failing after 17s
Server Build / build (pull_request) Successful in 45s

This commit is contained in:
Lucas Jensen
2026-01-01 20:51:22 -08:00
parent c620c28f54
commit 8b6378fe75
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.14
uses: actions/setup-python@v3
with:
python-version: "3.14"