File tree Expand file tree Collapse file tree 4 files changed +10
-147
lines changed Expand file tree Collapse file tree 4 files changed +10
-147
lines changed Original file line number Diff line number Diff line change 26
26
uses : baptiste0928/cargo-install@v3
27
27
with :
28
28
crate : patch-crate
29
+
30
+ - name : Install Node.js
31
+ uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -101,9 +101,12 @@ jobs:
101
101
with :
102
102
ref : ${{ inputs.version }}
103
103
104
- - name : Setup
104
+ - name : Setup 1
105
105
uses : ./.github/actions/setup
106
106
107
+ - name : Setup 2
108
+ run : just setup
109
+
107
110
- name : Build
108
111
run : just build --release --no-default-features --features ${{ inputs.features }} --target=${{ matrix.target }}
109
112
env :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ repository = "https://github.com/mokeyish/zerotier-edge"
15
15
license = " GPL-v3.0"
16
16
readme = " README.md"
17
17
18
+ [features ]
19
+ default = []
20
+
18
21
19
22
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
20
23
You can’t perform that action at this time.
0 commit comments