This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-fast-pbkdf2.git

commit 0e382592a01859f624c8a604d9cfefde7a301916
Author: Namrata Bhave <[email protected]>
AuthorDate: Thu Jan 25 16:19:06 2024 +0530

    Address review comments
---
 .github/workflows/ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 401fca5..28e437a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -95,8 +95,10 @@ jobs:
       with:
         arch: s390x
         distro: ubuntu22.04
-        run: | 
-         apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install 
-y rebar3 gcc libssl-dev
+        install: |
+          apt-get update -y
+          DEBIAN_FRONTEND=noninteractive apt-get install -y rebar3 gcc 
libssl-dev
+        run: |
          echo "---rebar3 as test get-deps---"
          rebar3 as test get-deps
          echo "---rebar3 as test compile---"

Reply via email to