mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-23 01:24:45 +07:00
chore: fix ci
This commit is contained in:
parent
6562866147
commit
be41239cc8
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -92,7 +92,6 @@ jobs:
|
||||
|
||||
- name: Get project dependencies
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
go mod download
|
||||
|
||||
- name: Build dae
|
||||
|
3
Makefile
3
Makefile
@ -32,6 +32,9 @@ clean-ebpf:
|
||||
rm -f component/control/bpf_bpf*.o
|
||||
|
||||
bpf_objects:
|
||||
unset GOOS && \
|
||||
unset GOARCH && \
|
||||
unset GOARM && \
|
||||
if [ ! -f component/control/bpf_objects_wan_lan.go ]; then \
|
||||
go run github.com/v2rayA/dae/cmd/internal/generate_bpf_objects/dummy -o component/control/bpf_objects_wan_lan.go; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user