node
Some checks failed
Build ZeroTier One for Alpine Linux / build-zerotier (push) Failing after 5m10s
Some checks failed
Build ZeroTier One for Alpine Linux / build-zerotier (push) Failing after 5m10s
This commit is contained in:
parent
eef6618fb9
commit
918714d1a0
1 changed files with 8 additions and 6 deletions
|
|
@ -25,11 +25,6 @@ jobs:
|
|||
image: alpine:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout workflow repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Setup Alpine environment and install dependencies
|
||||
run: |
|
||||
# Update package manager
|
||||
|
|
@ -48,7 +43,9 @@ jobs:
|
|||
gzip \
|
||||
file \
|
||||
pkgconfig \
|
||||
musl-dev
|
||||
musl-dev \
|
||||
nodejs \
|
||||
npm
|
||||
|
||||
# Install Rust and Cargo
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
|
|
@ -60,6 +57,11 @@ jobs:
|
|||
# Enable TUN module (if available in container)
|
||||
modprobe tun || echo "TUN module not available in container (expected)"
|
||||
|
||||
- name: Checkout workflow repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Clone ZeroTier One repository
|
||||
run: |
|
||||
# Determine version to build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue