Skip to content

Commit

Permalink
specified CMAKE_INSTALL_MESSAGE in configure step
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Mar 4, 2024
1 parent ac3d448 commit a2787d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/build-toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ runs:
shell: bash
run: |
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{inputs.build-type}} \
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/dist/arm-webos-linux-gnueabi_sdk-buildroot
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/dist/arm-webos-linux-gnueabi_sdk-buildroot \
-DCMAKE_INSTALL_MESSAGE=NEVER
env:
CC: 'gcc-12'
CXX: 'g++-12'
Expand All @@ -66,8 +67,6 @@ runs:
- name: Install
shell: bash
run: cmake --install ${{github.workspace}}/build
env:
CMAKE_INSTALL_MESSAGE: 'NEVER'

- name: Set output
id: set-output
Expand Down

0 comments on commit a2787d6

Please sign in to comment.