Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzawa-san committed Oct 19, 2024
1 parent ddceaed commit f2d63c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: |
uname -a
which cmake
env
- name: Install Apple certificate
if: ${{ steps.secret-check.outputs.available == 'true' }}
env:
Expand All @@ -65,7 +66,7 @@ jobs:
fetch-depth: 0
- name: Configure
shell: micromamba-shell {0}
run: mkdir build && cd build && cmake -DCMAKE_VERBOSE_MAKEFILE=TRUE -DCMAKE_PREFIX_PATH=${{ steps.setup-micromamba.outputs.environment-path }} -DCMAKE_MODULE_PATH=${{ steps.setup-micromamba.outputs.environment-path }} ..
run: mkdir build && cd build && cmake -DCMAKE_VERBOSE_MAKEFILE=TRUE -DCMAKE_MODULE_PATH=${{ steps.setup-micromamba.outputs.environment-path }} -DQt6_DIR=${{ steps.setup-micromamba.outputs.environment-path }}/lib/cmake/Qt6 --debug-find ..
- name: Compile
shell: micromamba-shell {0}
working-directory: build
Expand Down

0 comments on commit f2d63c8

Please sign in to comment.