Skip to content

Commit a55595f

Browse files
committed
#1: fix command in ci
1 parent 7b12e89 commit a55595f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
CMD='
152152
cd '${WORKSPACE}'; \
153153
echo "Get lcov..." \
154-
. ~/.setuprc \
154+
. ~/.setuprc; \
155155
if [ "$OS_NAME" = "Ubuntu" ]; \
156156
then \
157157
apt-get update -y -q; \
@@ -161,7 +161,7 @@ jobs:
161161
elif [ "$OS_NAME" = "macOS" ]; \
162162
then \
163163
brew update; \
164-
fi \
164+
fi; \
165165
wget https://raw.githubusercontent.com/${{ env.CI_REPO }}/refs/heads/${{ env.CI_BRANCH }}/ci/shared/scripts/deps/packages.sh && chmod +x packages.sh
166166
./packages.sh lcov
167167
echo "lcov installed successfully !"

0 commit comments

Comments
 (0)