Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 23, 2024
1 parent caec7d4 commit 0995058
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/napi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
build: |-
set -e &&
cd ./language/node &&
cd ./languages/node &&
yarn build --target x86_64-unknown-linux-gnu &&
strip *.node
- host: ubuntu-latest
target: x86_64-unknown-linux-musl
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
build: set -e && cd ./language/node && yarn build && strip *.node
build: set -e && cd ./languages/node && yarn build && strip *.node
- host: macos-latest
target: aarch64-apple-darwin
build: |
Expand All @@ -61,7 +61,7 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
build: |-
set -e &&
cd ./language/node
cd ./languages/node
yarn build --target aarch64-unknown-linux-gnu &&
aarch64-unknown-linux-gnu-strip *.node
- host: ubuntu-latest
Expand All @@ -88,7 +88,7 @@ jobs:
build: |-
set -e &&
rustup target add aarch64-unknown-linux-musl &&
cd ./language/node &&
cd ./languages/node &&
yarn build --target aarch64-unknown-linux-musl &&
/aarch64-linux-musl-cross/bin/aarch64-linux-musl-strip *.node
- host: windows-latest
Expand Down

0 comments on commit 0995058

Please sign in to comment.