File tree 1 file changed +1
-5
lines changed 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/setup-node@v4
25
25
with :
26
26
node-version : ${{ env.NODE_VERSION }}
27
- rust-version : ${{ env.RUST_VERSION }}
28
27
- run : npm ci
29
28
- run : npm run build
30
29
- run : cd integration-tests && npm ci && npm run test
39
38
uses : neon-actions/pack@v0.2.1
40
39
with :
41
40
node-version : ${{ env.NODE_VERSION }}
41
+ working-directory : .
42
42
github-release : false
43
43
44
44
macos-arm64-build :
56
56
with :
57
57
target : ${{ matrix.target }}
58
58
node-version : ${{ env.NODE_VERSION }}
59
- rust-version : ${{ env.RUST_VERSION }}
60
59
npm-publish : false
61
60
github-release : false
62
61
75
74
with :
76
75
target : ${{ matrix.target }}
77
76
node-version : ${{ env.NODE_VERSION }}
78
- rust-version : ${{ env.RUST_VERSION }}
79
77
npm-publish : false
80
78
github-release : false
81
79
96
94
with :
97
95
target : ${{ matrix.target }}
98
96
node-version : ${{ env.NODE_VERSION }}
99
- rust-version : ${{ env.RUST_VERSION }}
100
97
npm-publish : false
101
98
github-release : false
102
99
@@ -119,7 +116,6 @@ jobs:
119
116
with :
120
117
target : ${{ matrix.target }}
121
118
node-version : ${{ env.NODE_VERSION }}
122
- rust-version : ${{ env.RUST_VERSION }}
123
119
use-cross : true
124
120
npm-publish : false
125
121
github-release : false
You can’t perform that action at this time.
0 commit comments