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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 47b175995f ci: Fix lib-darwin-x64 no released (#4798)
47b175995f is described below

commit 47b175995f8451ea3b62cb345b91e71ac78ebbd6
Author: Xuanwo <[email protected]>
AuthorDate: Mon Jun 24 19:00:47 2024 +0800

    ci: Fix lib-darwin-x64 no released (#4798)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/ci_bindings_nodejs.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci_bindings_nodejs.yml 
b/.github/workflows/ci_bindings_nodejs.yml
index 37f4768afa..ded2005c39 100644
--- a/.github/workflows/ci_bindings_nodejs.yml
+++ b/.github/workflows/ci_bindings_nodejs.yml
@@ -183,8 +183,6 @@ jobs:
       run:
         working-directory: "bindings/nodejs"
 
-
-
     steps:
       - uses: actions/checkout@v4
       - uses: pnpm/action-setup@v4
@@ -223,6 +221,9 @@ jobs:
         settings:
           - target: x86_64-apple-darwin
             build: |
+              rustup target add x86_64-apple-darwin;
+              export NAPI_TARGET=x86_64-apple-darwin;
+              
               pnpm build
               strip -x *.node
           - target: aarch64-apple-darwin

Reply via email to