Skip to content

Commit c63bb6e

Browse files
committed
updating build script
1 parent f177ca9 commit c63bb6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
run: echo "CMAKE_BUILD_PARALLEL_LEVEL=$(sysctl -n hw.logicalcpu)" >> $GITHUB_ENV
4343

4444
- name: Configure CMake
45-
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
46-
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/dist/arm-webos-linux-gnueabi_sdk-buildroot
45+
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
4746
env:
4847
CC: '/opt/local/bin/gcc'
4948
CXX: '/opt/local/bin/g++'
@@ -52,7 +51,7 @@ jobs:
5251
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
5352

5453
- name: Install
55-
run: cmake --install ${{github.workspace}}/build
54+
run: cmake --install ${{github.workspace}}/build --prefix ${{github.workspace}}/build/dist/arm-webos-linux-gnueabi_sdk-buildroot
5655

5756
- name: Make Tarball
5857
run: cmake -E tar cjvf arm-webos-linux-gnueabi_sdk-buildroot_darwin-x86_64.tar.bz2 \

0 commit comments

Comments
 (0)