This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a commit to branch nodejs-aarch64
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/nodejs-aarch64 by this push:
new f00433835 try
f00433835 is described below
commit f0043383511a29c560964c424c9f5e763e792670
Author: suyanhanx <[email protected]>
AuthorDate: Sun Nov 12 21:47:10 2023 +0800
try
Signed-off-by: suyanhanx <[email protected]>
---
.github/workflows/bindings_nodejs.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/bindings_nodejs.yml
b/.github/workflows/bindings_nodejs.yml
index 466170ab0..2adf61a54 100644
--- a/.github/workflows/bindings_nodejs.yml
+++ b/.github/workflows/bindings_nodejs.yml
@@ -135,9 +135,8 @@ jobs:
run: yarn install --immutable
- name: Build
shell: bash
- run: |
- cd ${{ github.workspace }} \
- && ${{ matrix.settings.build }}
+ working-directory: .
+ run: ${{ matrix.settings.build }}
- uses: actions/upload-artifact@v3
with:
name: bindings-linux-${{ matrix.settings.target }}
@@ -154,7 +153,7 @@ jobs:
- target: aarch64-pc-windows-msvc
build: |
rustup target add aarch64-pc-windows-msvc;
- export NAPI_TARGET=aarch64-pc-windows-msvc;
+ set NAPI_TARGET=aarch64-pc-windows-msvc;
yarn build