Skip to content

Commit

Permalink
WIP disable Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
setvisible committed Dec 17, 2023
1 parent 34de5a9 commit 6226c43
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,18 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [windows-latest]
include:
- os: ubuntu-latest # == ubuntu-20.04: for Linux builds, Qt6 requires Ubuntu 20.04 or later.
qt_host: 'linux'
qt_target: 'desktop'
qt_arch: 'gcc_64'
qt_tools: '' # To build OpenSSLv3: 'tools_opensslv3_src'
Qt6_CUSTOM_INSTALL_PATH: "/home/runner/work/DownZemAll/qt/"
DIRECTIVE_CMAKE_GENERATOR: ''
INSTALL_BOOST_PLATFORM_VERSION: '18.04' # 18.04, 20.04 Rem: Ubuntu 20.04 doesn't have Boost 1.77.0
INSTALL_BOOST_TOOLSET: '' # gcc Rem: Setting the toolset with boost version < 1.78.0 may cause issues
INSTALL_BOOST_ARCH: '' # x86
#- os: ubuntu-latest # == ubuntu-20.04: for Linux builds, Qt6 requires Ubuntu 20.04 or later.
# qt_host: 'linux'
# qt_target: 'desktop'
# qt_arch: 'gcc_64'
# qt_tools: '' # To build OpenSSLv3: 'tools_opensslv3_src'
# Qt6_CUSTOM_INSTALL_PATH: "/home/runner/work/DownZemAll/qt/"
# DIRECTIVE_CMAKE_GENERATOR: ''
# INSTALL_BOOST_PLATFORM_VERSION: '18.04' # 18.04, 20.04 Rem: Ubuntu 20.04 doesn't have Boost 1.77.0
# INSTALL_BOOST_TOOLSET: '' # gcc Rem: Setting the toolset with boost version < 1.78.0 may cause issues
# INSTALL_BOOST_ARCH: '' # x86
- os: windows-latest
qt_host: 'windows'
qt_target: 'desktop'
Expand Down

0 comments on commit 6226c43

Please sign in to comment.