diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-26 21:38:52 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 6a2e7e16d0615e195d7db3ae93be04eafc628bc8 (patch) | |
| tree | 744c1bfeb8435dc64c291a41c54eac288ad4a869 /.github | |
| parent | f9700bf6eba4681ff447cf3c2182bc21534cbb9d (diff) | |
Remove unneeded option
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7080e81..1a44a7a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,6 @@ jobs: uses: jurplel/install-qt-action@v2 with: version: '5.15.2' - arch: win64_msvc2019_64 cached: ${{steps.cache-qt.outputs.cache-hit}} - name: Create Build Environment |
