From 974dec98a12914f58198055cd9b0a285b194f350 Mon Sep 17 00:00:00 2001 From: cipig Date: Thu, 29 Aug 2024 09:00:09 +0000 Subject: [PATCH] test PR 2206 --- .github/workflows/atomicdex-desktop-ci.yml | 26 +++++++++++----------- CMakeLists.txt | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/atomicdex-desktop-ci.yml b/.github/workflows/atomicdex-desktop-ci.yml index 27e88c5f94..1e24153e8c 100644 --- a/.github/workflows/atomicdex-desktop-ci.yml +++ b/.github/workflows/atomicdex-desktop-ci.yml @@ -30,10 +30,10 @@ jobs: matrix: name: [ ubuntu-release, - ubuntu-debug, - osx-release, + ubuntu-debug +# osx-release, # osx-debug, - windows-release +# windows-release # windows-debug ] @@ -50,11 +50,11 @@ jobs: type: 'Debug' host: 'linux' - - name: osx-release - os: macos-12 - qt: '5.15.2' - type: 'Release' - host: 'mac' +# - name: osx-release +# os: macos-12 +# qt: '5.15.2' +# type: 'Release' +# host: 'mac' # - name: osx-debug # os: macos-12 @@ -62,11 +62,11 @@ 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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6716c8586a..5536b137f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ if (APPLE) URL https://github.com/KomodoPlatform/komodo-defi-framework/releases/download/v2.1.0-beta/mm2-35e923949-Darwin-Release.zip) elseif (UNIX AND NOT APPLE) FetchContent_Declare(kdf - URL https://sdk.devbuilds.komodo.earth/add-eth-access-list/mm2_35de663-linux-x86-64.zip) + URL https://sdk.devbuilds.komodo.earth/legacy-swap-wait-taker-spend-maker-confirmation/mm2_17a5fab-linux-x86-64.zip) else () FetchContent_Declare(kdf URL https://github.com/KomodoPlatform/komodo-defi-framework/releases/download/v2.1.0-beta/mm2-35e923949-Win64.zip)