You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/05/19 03:59:27 UTC

[GitHub] [apisix] spacewander commented on a diff in pull request #7080: chore(ci): apt update before install

spacewander commented on code in PR #7080:
URL: https://github.com/apache/apisix/pull/7080#discussion_r876572888


##########
.github/workflows/tars-ci.yml:
##########
@@ -48,6 +48,7 @@ jobs:
 
       - name: Linux Install
         run: |
+          sudo apt-get update
           sudo apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl libpcre3 libpcre3-dev libldap2-dev

Review Comment:
   Would be better to put repeated commands in https://github.com/apache/apisix/blob/master/ci/common.sh?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org