github: restore original Qt windows action.

It has been patched and now it works again.

Change-Id: I69c28efb6b105ed7f748acc6be1fefd36d62cf9c
Reviewed-on: https://code.wireshark.org/review/36320
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Dario Lombardo 2020-03-03 09:04:13 +01:00 committed by Peter Wu
parent fd6490fa8e
commit a7b06aae59
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ jobs:
choco install strawberryperl
echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
- name: Install Qt
# Using ouuan's due to this bug
# https://github.com/jurplel/install-qt-action/issues/27
uses: ouuan/install-qt-action@v2.3.1
uses: jurplel/install-qt-action@v2
- name: Mkdir
run: mkdir build
- name: Cmake