Skip to content

Commit 38cbe66

Browse files
author
rchastain
committed
Fix build script (2)
1 parent 5235d0b commit 38cbe66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/make.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ declare -ar OPS=(
1212
-Mobjfpc
1313
-Sh
1414
-Fumseide-msegui/lib/common/{*,kernel/linux}
15-
-Fulibrary/*
15+
-Fulibrary
16+
-Fulibrary/chess
1617
-B
1718
)
1819
declare -i exitCode=0
@@ -35,5 +36,5 @@ while read -r; do
3536
fi
3637
printf '%s\n' "${MAPFILE[@]}"
3738
fi
38-
done < <(find '.' -type 'f' -name '*.prj')
39+
done < <(find '.' -type 'f' -name 'chessboard.prj')
3940
exit "${exitCode}"

0 commit comments

Comments
 (0)