Skip to content

Commit 7718760

Browse files
committed
#1: update invalid ci command
1 parent 9e07450 commit 7718760

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ jobs:
156156
elif [ "$OS_NAME" = "Alpine Linux" ]; then apk update; \
157157
elif [ "$OS_NAME" = "macOS" ]; then brew update; \
158158
fi; \
159-
wget https://raw.githubusercontent.com/${{ env.CI_REPO }}/refs/heads/${{ env.CI_BRANCH }}/ci/shared/scripts/deps/packages.sh && chmod +x packages.sh
160-
./packages.sh lcov
161-
echo "lcov installed successfully !"
162-
ls -l;
159+
wget https://raw.githubusercontent.com/${{ env.CI_REPO }}/refs/heads/${{ env.CI_BRANCH }}/ci/shared/scripts/deps/packages.sh && chmod +x packages.sh; \
160+
./packages.sh lcov; \
161+
echo "lcov installed successfully !"; \
162+
ls -l; \
163163
chmod +x ./build.sh; \
164164
\
165165
export $(cat .env | egrep -v "(^#.*|^$)" | xargs) && ./build.sh'

0 commit comments

Comments
 (0)