Skip to content

Commit

Permalink
linux release+debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Oct 12, 2023
1 parent 325c627 commit 144acb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/atomicdex-desktop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
fail-fast: false
matrix:
name: [
ubuntu-release
#ubuntu-debug
ubuntu-release,
ubuntu-debug
]

include:
Expand All @@ -40,11 +40,11 @@ jobs:
type: 'Release'
host: 'linux'

# - name: ubuntu-debug
# os: ubuntu-20.04
# qt: '5.15.2'
# type: 'Debug'
# host: 'linux'
- name: ubuntu-debug
os: ubuntu-20.04
qt: '5.15.2'
type: 'Debug'
host: 'linux'

steps:
- uses: actions/checkout@v3
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://sdk.devbuilds.komodo.earth/dev/mm2_bd69fbd-mac-x86-64.zip)
elseif (UNIX AND NOT APPLE)
FetchContent_Declare(mm2
URL https://sdk.devbuilds.komodo.earth/dev/mm2_e9559c2-linux-x86-64.zip)
URL https://sdk.devbuilds.komodo.earth/fix-cc-script-type/mm2_fcd91b9-linux-x86-64.zip)
else ()
FetchContent_Declare(mm2
URL https://sdk.devbuilds.komodo.earth/dev/mm2_bd69fbd-win-x86-64.zip)
Expand Down

0 comments on commit 144acb2

Please sign in to comment.