diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6498978..243ce4b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,16 +41,6 @@ jobs: APK: ${{ github.event.inputs.build }}_ChromePublic.apk steps: - - name: Enable proxy on container - shell: bash - run: | - if ! [[ -z "${HTTP_PROXY}" ]]; then - PROXY_ADDR=http://$(hostname -I | cut -d' ' -f1 | xargs):8118 - echo "PROXY_ADDR=$PROXY_ADDR" >> $GITHUB_ENV - sudo iptables -D INPUT -p tcp -s localhost --dport 8118 -j ACCEPT - sudo iptables -D INPUT -p tcp --dport 8118 -j DROP - fi - - name: Copy artifacts shell: bash run: |