Skip to content

Commit 13ae834

Browse files
committed
💚 Fix CI building
1 parent 7830a8f commit 13ae834

File tree

4 files changed

+10
-147
lines changed

4 files changed

+10
-147
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ runs:
2626
uses: baptiste0928/cargo-install@v3
2727
with:
2828
crate: patch-crate
29+
30+
- name: Install Node.js
31+
uses: actions/setup-node@v4

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,12 @@ jobs:
101101
with:
102102
ref: ${{ inputs.version }}
103103

104-
- name: Setup
104+
- name: Setup 1
105105
uses: ./.github/actions/setup
106106

107+
- name: Setup 2
108+
run: just setup
109+
107110
- name: Build
108111
run: just build --release --no-default-features --features ${{ inputs.features }} --target=${{ matrix.target }}
109112
env:

.github/workflows/release.yml

Lines changed: 0 additions & 146 deletions
This file was deleted.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ repository = "https://github.com/mokeyish/zerotier-edge"
1515
license = "GPL-v3.0"
1616
readme = "README.md"
1717

18+
[features]
19+
default = []
20+
1821

1922
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2023

0 commit comments

Comments
 (0)