Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 15, 2023
1 parent 5501654 commit 590df24
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,8 @@ jobs:
- name: Install targets with Makefile
run: |
#cd $GITHUB_WORKSPACE/build/${{ matrix.build-and-test-config.conan-profile-build-type }}
cmake --install . --prefix=${{ github.workspace }}/install/${{ matrix.build-and-test-config.conan-profile-build-type }}
#VERBOSE=1 make install \
# --directory ${{ github.workspace }}/build/${{ matrix.build-and-test-config.conan-profile-build-type }}
VERBOSE=1 make install \
--directory $GITHUB_WORKSPACE/build/${{ matrix.build-and-test-config.conan-profile-build-type }}
- name: Run link test [`ipc_core` - Flow-IPC Core]
if: |
Expand Down

0 comments on commit 590df24

Please sign in to comment.