File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6161 run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
6262
6363 - name : Run matrix job
64- working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
6564 env :
6665 COMMAND : ${{ inputs.matrix_linux_command }}
6766 EXAMPLE : ${{ matrix.examples }}
8483 steps :
8584 - name : Checkout repository
8685 uses : actions/checkout@v4
87- with :
88- persist-credentials : false
8986 - name : Mark the workspace as safe
9087 # https://github.com/actions/checkout/issues/766
9188 run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ log() { printf -- "** %s\n" "$*" >&2; }
1818error () { printf -- " ** ERROR: %s\n" " $* " >&2 ; }
1919fatal () { error " $@ " ; exit 1; }
2020
21- EXAMPLE=Converse
21+ EXAMPLE=converse
2222OUTPUT_DIR=.build/release
2323OUTPUT_FILE=${OUTPUT_DIR} /converse
2424LIBS_TO_CHECK=" libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
You can’t perform that action at this time.
0 commit comments