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

xuanwo pushed a commit to branch add-pg-support
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/add-pg-support by this push:
     new c5ca8b2e7 fix build
c5ca8b2e7 is described below

commit c5ca8b2e7b887495ea574f5a56cc9e60522b302f
Author: Xuanwo <[email protected]>
AuthorDate: Wed Aug 9 15:58:34 2023 +0800

    fix build
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/service_test_postgresql.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/service_test_postgresql.yml 
b/.github/workflows/service_test_postgresql.yml
index d2431adf8..2e3eebde9 100644
--- a/.github/workflows/service_test_postgresql.yml
+++ b/.github/workflows/service_test_postgresql.yml
@@ -57,8 +57,11 @@ jobs:
           --health-retries 5
 
     steps:
-      - name: Check out repository code
-        uses: actions/checkout@v3
+      - uses: actions/checkout@v3
+      - name: Setup Rust toolchain
+        uses: ./.github/actions/setup
+        with:
+          need-nextest: true
 
       - name: Setup PostgreSQL CLI
         run: |

Reply via email to