aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml31
1 files changed, 16 insertions, 15 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7051855..7730ec2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,18 +22,19 @@ jobs:
- name: make
run: make
- build_windows:
- runs-on: windows-latest
- steps:
- - uses: actions/checkout@v2
- - uses: MasterQ32/install-qt-action@master
- with:
- version: '5.15.0'
- host: 'windows'
- target: 'desktop'
- arch: 'win64_mingw81'
- install-deps: 'true'
- tools: 'tools_openssl_x64 qt.tools.openssl.win_x64 '
- - name: build and deploy
- run: ./build-and-deploy.bat
- working-directory: ./ci/ \ No newline at end of file
+# Disabled until both aqinstall and install-qt-action support the fixes…
+# build_windows:
+# runs-on: windows-latest
+# steps:
+# - uses: actions/checkout@v2
+# - uses: MasterQ32/install-qt-action@master
+# with:
+# version: '5.15.0'
+# host: 'windows'
+# target: 'desktop'
+# arch: 'win64_mingw81'
+# install-deps: 'true'
+# tools: 'tools_openssl_x64 qt.tools.openssl.win_x64;tools_openssl_src qt.tools.openssl'
+# - name: build and deploy
+# run: ./build-and-deploy.bat
+# working-directory: ./ci/ \ No newline at end of file