Skip to content

Commit 3567a05

Browse files
committed
github
1 parent 0f65f58 commit 3567a05

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ env.NODE_VERSION }}
27-
rust-version: ${{ env.RUST_VERSION }}
2827
- run: npm ci
2928
- run: npm run build
3029
- run: cd integration-tests && npm ci && npm run test
@@ -39,6 +38,7 @@ jobs:
3938
uses: neon-actions/pack@v0.2.1
4039
with:
4140
node-version: ${{ env.NODE_VERSION }}
41+
working-directory: .
4242
github-release: false
4343

4444
macos-arm64-build:
@@ -56,7 +56,6 @@ jobs:
5656
with:
5757
target: ${{ matrix.target }}
5858
node-version: ${{ env.NODE_VERSION }}
59-
rust-version: ${{ env.RUST_VERSION }}
6059
npm-publish: false
6160
github-release: false
6261

@@ -75,7 +74,6 @@ jobs:
7574
with:
7675
target: ${{ matrix.target }}
7776
node-version: ${{ env.NODE_VERSION }}
78-
rust-version: ${{ env.RUST_VERSION }}
7977
npm-publish: false
8078
github-release: false
8179

@@ -96,7 +94,6 @@ jobs:
9694
with:
9795
target: ${{ matrix.target }}
9896
node-version: ${{ env.NODE_VERSION }}
99-
rust-version: ${{ env.RUST_VERSION }}
10097
npm-publish: false
10198
github-release: false
10299

@@ -119,7 +116,6 @@ jobs:
119116
with:
120117
target: ${{ matrix.target }}
121118
node-version: ${{ env.NODE_VERSION }}
122-
rust-version: ${{ env.RUST_VERSION }}
123119
use-cross: true
124120
npm-publish: false
125121
github-release: false

0 commit comments

Comments
 (0)