From 729ad1c24ed0ae92f5ffbfa3b37776adf8385997 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Thu, 2 Jun 2022 15:04:34 -0500 Subject: [PATCH] Update build.yml (#775) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fac5f38..d436b69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,8 @@ jobs: with: submodules: recursive - uses: actions/setup-python@master + with: + python-version: '3.10' - name: actions/cache qt uses: actions/cache@master id: cache