diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-26 19:28:04 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | aef425c112b74be135b7fbe41f13c52117963772 (patch) | |
| tree | f700d63bb77e1e3feed076beff051b0bd49f3113 /.github | |
| parent | 67214b772d92b6750233ceaee4057e4aa32f574e (diff) | |
Downgrade qt version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aea8c3ec..6dec9938 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,15 +20,15 @@ jobs: uses: actions/cache@v1 id: cache with: - path: qt/5.15.2/msvc2019_64 - key: qt-5.15.2-msvc2019_64 + path: qt/5.15.0/msvc2019_64 + key: qt-5.15.0-msvc2019_64 - uses: Skycoder42/action-setup-qt@master id: qt with: - version: 5.15.2 + version: 5.15.0 platform: msvc2019_64 - cachedir: qt/5.15.2/msvc2019_64 + cachedir: qt/5.15.0/msvc2019_64 - name: qmake run: | @@ -41,7 +41,6 @@ jobs: name: Attorney_Online path: ${{github.workspace}}/bin/Attorney_Online - # linux: # # The CMake configure and build commands are platform agnostic and should work equally # # well on Windows or Mac. You can convert this to a matrix build if you need |
