Skip to content

Commit

Permalink
Qt6: CI macos-bundle: set DEVMODE=ON TODO remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinero committed Feb 8, 2025
1 parent a44af17 commit 93465d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: build
run: |
mkdir build && cd build
cmake -D CMAKE_BUILD_TYPE=Release -D ARCH=default -D CMAKE_PREFIX_PATH=/Users/runner/work/monero-gui/6.8.2/lib/cmake/Qt6 ..
cmake -D CMAKE_BUILD_TYPE=Release -D ARCH=default -D CMAKE_PREFIX_PATH=/Users/runner/work/monero-gui/6.8.2/lib/cmake/Qt6 DEV_MODE=ON ..
make
- name: deploy
run: make deploy
Expand Down

0 comments on commit 93465d8

Please sign in to comment.