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

silver pushed a commit to branch feat/haskell-operator-transformer
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to 
refs/heads/feat/haskell-operator-transformer by this push:
     new 66df3c4a2 add missing LIBRARY_PATH env var
66df3c4a2 is described below

commit 66df3c4a2b5482210ef1514d8acce13d16fa9a12
Author: silver-ymz <[email protected]>
AuthorDate: Sun Aug 6 19:29:42 2023 +0800

    add missing LIBRARY_PATH env var
    
    Signed-off-by: silver-ymz <[email protected]>
---
 .github/workflows/bindings_haskell.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/bindings_haskell.yml 
b/.github/workflows/bindings_haskell.yml
index 7b8112b9c..9639ce810 100644
--- a/.github/workflows/bindings_haskell.yml
+++ b/.github/workflows/bindings_haskell.yml
@@ -55,5 +55,4 @@ jobs:
         working-directory: "bindings/haskell"
         run: |
           cargo build
-          LIBRARY_PATH=../../target/debug cabal build
-          LD_LIBRARY_PATH=../../target/debug cabal test
+          LIBRARY_PATH=../../target/debug LD_LIBRARY_PATH=../../target/debug 
cabal test

Reply via email to