Skip to content

Commit

Permalink
tmp mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinero committed Feb 8, 2025
1 parent 6d1b215 commit e07d890
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,12 @@ jobs:
- name: download qt
run: source /tmp/venv/bin/activate && python3 monero-gui/.github/qt_helper.py mac_x64 desktop 6.8.2 clang_64 eb909ac47aee46d9d6bec3bb840d593b9f0903ce86f2c07c5f77cd4cba63eee8
working-directory: ../
- name: xxx
run: pwd
- name: tmp
run: find ./ -name Qt6Config.cmake
run: find /Users/runner/work/monero-gui -name Qt6Config.cmake
- name: tmp2
run: find /Users/runner/work/monero-gui -name qt6-config.cmake.cmake
- name: build
run: |
mkdir build && cd build
Expand Down

0 comments on commit e07d890

Please sign in to comment.