2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-18 17:31:31 +00:00

Go back to 6.0.2

This commit is contained in:
Phillip Stephens 2021-03-10 12:30:25 -08:00
parent 3d5e324c62
commit 226b2dfeb8

View File

@ -121,7 +121,7 @@ jobs:
runs-on: [ self-hosted, windows, x64 ] runs-on: [ self-hosted, windows, x64 ]
env: env:
LLVM_VERSION: 10.0.1 LLVM_VERSION: 10.0.1
Qt_VERSION: 5.15.2 Qt_VERSION: 6.0.2
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
@ -197,7 +197,7 @@ jobs:
runs-on: windows-2019 runs-on: windows-2019
env: env:
LLVM_VERSION: 10.0.1 LLVM_VERSION: 10.0.1
Qt_VERSION: 5.15.2 Qt_VERSION: 6.0.2
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: