iterate. add a smoke test.

This commit is contained in:
Aaron Son
2025-09-10 10:47:07 -07:00
parent 1f0bfdda38
commit 9ad8e55a61
3 changed files with 137 additions and 3 deletions

View File

@@ -55,10 +55,10 @@ jobs:
file_arr=($files)
IFS=$SAVEIFS
set -x
ls "$MSYS2_LOCATION"/ucrt64/bin
ls "$MSYS2_LOCATION"/ucrt64/lib
ls $(cygpath -u "$MSYS2_LOCATION"/ucrt64/bin)
ls $(cygpath -u "$MSYS2_LOCATION"/ucrt64/lib)
echo "$PATH"
export PATH="$MSYS2_LOCATION"/ucrt64/bin:"$PATH"
export PATH=$(cygpath -u "$MSYS2_LOCATION"/ucrt64/bin):"$PATH"
for (( i=0; i<${#file_arr[@]}; i++ ))
do