From 2d5201883547f901a4543ecd29a98af67b3c3e80 Mon Sep 17 00:00:00 2001 From: fans <94341379+marsfans@users.noreply.github.com> Date: Tue, 2 May 2023 17:56:33 +0800 Subject: [PATCH] Update debug.yml Signed-off-by: fans <94341379+marsfans@users.noreply.github.com> --- .github/workflows/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index b84d52f8..d22f8f5a 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -175,8 +175,8 @@ jobs: GOAMD64: ${{ matrix.goamd64 }} GOARM: ${{ matrix.goarm }} GOMIPS: ${{ matrix.gomips }} - CGO_ENABLED: 0 - TAGS: with_clash_api,with_quic,with_dhcp,with_grpc,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_reality_server,with_acme,with_v2ray_api,with_gvisor + CGO_ENABLED: 1 + TAGS: with_clash_api,with_quic,with_dhcp,with_grpc,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_reality_server,with_acme,with_v2ray_api,with_gvisor,with_embedded_tor,with_lwip steps: - name: Checkout uses: actions/checkout@v3