diff --git a/.github/workflows/atomicdex-desktop-ci.yml b/.github/workflows/atomicdex-desktop-ci.yml index e558ca91db..ea1381708d 100644 --- a/.github/workflows/atomicdex-desktop-ci.yml +++ b/.github/workflows/atomicdex-desktop-ci.yml @@ -62,17 +62,17 @@ jobs: # type: 'Debug' # host: 'mac' - - name: windows-release - os: windows-2019 - qt: '5.15.2' - type: 'Release' - host: 'windows' +# - name: windows-release +# os: windows-2019 +# qt: '5.15.2' +# type: 'Release' +# host: 'windows' - - name: windows-debug - os: windows-2019 - qt: '5.15.2' - type: 'Debug' - host: 'windows' +# - name: windows-debug +# os: windows-2019 +# qt: '5.15.2' +# type: 'Debug' +# host: 'windows' steps: - uses: actions/checkout@v3