Skip to content

Commit

Permalink
lhg
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Feb 10, 2024
1 parent 66c6fc5 commit a65c539
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
with:
report_paths: 'build/test/junit_*.xml'

- name: Install
run: cmake --install build --prefix install --config ${{ matrix.config }}
- name: Install
run: cmake --install build --prefix install --config ${{ matrix.config }}

- name: Use install
run: |
cmake -B install_build -S test -D CMAKE_BUILD_TYPE=${{ matrix.config }} -D "io1-money_DIR=install/share/io1-money/cmake"
cmake --build install_build --config ${{ matrix.config }} --parallel
- name: Use install
run: |
cmake -B install_build -S test -D CMAKE_BUILD_TYPE=${{ matrix.config }} -D "io1-money_DIR=install/share/io1-money/cmake"
cmake --build install_build --config ${{ matrix.config }} --parallel

0 comments on commit a65c539

Please sign in to comment.