File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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++'
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 \
You can’t perform that action at this time.
0 commit comments