diff --git a/.github/workflows/BBB.yml b/.github/workflows/BBB.yml index bcb2090..3e8adb7 100644 --- a/.github/workflows/BBB.yml +++ b/.github/workflows/BBB.yml @@ -105,8 +105,8 @@ jobs: curl -s https://httpbin.org/ip || echo "Request failed, even with proxy." - name: 🌐 Step with Proxy (using curl with debug) - env: - ALL_PROXY: "socks5://127.0.0.1:1080" + #env: + # ALL_PROXY: "socks5://127.0.0.1:1080" run: | echo "Checking IP with proxy using curl:" curl -s --max-time 10 https://httpbin.org/ip || echo "Request failed, even with proxy."