Skip to content

Commit

Permalink
test PR 2206
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Aug 29, 2024
1 parent 8f80c2e commit 974dec9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/atomicdex-desktop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

Expand All @@ -50,23 +50,23 @@ 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
# qt: '5.15.2'
# 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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 974dec9

Please sign in to comment.