Skip to content

Commit a2787d6

Browse files
committed
specified CMAKE_INSTALL_MESSAGE in configure step
1 parent ac3d448 commit a2787d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/build-toolchain/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ runs:
5050
shell: bash
5151
run: |
5252
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{inputs.build-type}} \
53-
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/dist/arm-webos-linux-gnueabi_sdk-buildroot
53+
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/dist/arm-webos-linux-gnueabi_sdk-buildroot \
54+
-DCMAKE_INSTALL_MESSAGE=NEVER
5455
env:
5556
CC: 'gcc-12'
5657
CXX: 'g++-12'
@@ -66,8 +67,6 @@ runs:
6667
- name: Install
6768
shell: bash
6869
run: cmake --install ${{github.workspace}}/build
69-
env:
70-
CMAKE_INSTALL_MESSAGE: 'NEVER'
7170

7271
- name: Set output
7372
id: set-output

0 commit comments

Comments
 (0)