File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 which curl jq || apt -q update
5151 which curl || apt -yq install curl
5252 which jq || apt -yq install jq
53+ git config --global --add safe.directory $GITHUB_WORKSPACE
54+ cd ${{ inputs.cmake_build_target_directory }}
5355 CONFIG_JSON='${{ inputs.update_cmake_lists_config }}' FAIL_ON_CHANGES=true ${{ steps.script_path.outputs.root }}/.github/workflows/scripts/cmake-update-cmake-lists.sh
5456 - name : CMake build
5557 run : |
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ log "Building Ninja build files for target"
3333build_dir=" ${target_dir} /build"
3434mkdir -p " $build_dir "
3535cd " ${build_dir} " || fatal " Could not 'cd' to ${build_dir} "
36- ASM=" $ASSEMBLY_COMPILER_BIN " " $CMAKE_BIN " build -G Ninja -S ..
36+ ASM=" $ASSEMBLY_COMPILER_BIN " " $CMAKE_BIN " -G Ninja -S ..
3737
3838log " Building target"
3939" $NINJA_BIN "
You can’t perform that action at this time.
0 commit comments