File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments