diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2022-06-02 15:04:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-02 22:04:34 +0200 |
| commit | 729ad1c24ed0ae92f5ffbfa3b37776adf8385997 (patch) | |
| tree | 5fa173e987c5029b4a4f5007f5f75064bbfb1480 | |
| parent | d87371b65ea23a46263bfd3f038a01a81d0fe9c5 (diff) | |
Update build.yml (#775)
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fac5f383..d436b69e 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 |
