Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Oct 1, 2023
1 parent d1fc6cb commit 19b9e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/builds_mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
# Setup env
- name: Setup env
run: |
ln -s /Users/runner/work/${{env.APP_NAME}}/Qt/${{env.QT_VERSION}}/macos /Users/runner/work/${{env.APP_NAME}}/Qt/${{env.QT_VERSION}}/clang_64
qmake --version
alias nproc="sysctl -n hw.logicalcpu"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/builds_mobile_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Setup env
run: |
export PATH=$Qt6_DIR/bin:$PATH
export QT_HOST_PATH=/home/runner/work/${{env.APP_NAME}}/Qt/${{env.QT_VERSION}}/gcc_64
cmake --version
# Build application
Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
- name: Setup env
run: |
export PATH=$Qt6_DIR/bin:$PATH
export QT_HOST_PATH=/Users/runner/work/${{env.APP_NAME}}/Qt/${{env.QT_VERSION}}/macos
cmake --version
alias nproc="sysctl -n hw.logicalcpu"
Expand Down

0 comments on commit 19b9e8b

Please sign in to comment.