From b4015faf3430c88fe351fbff5a49cc07ff9b656a Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Sat, 19 Oct 2024 22:31:23 +0700 Subject: [PATCH] disable warp --- .github/actions/preparing/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/preparing/action.yml b/.github/actions/preparing/action.yml index e2c4d2e..7da3f7e 100644 --- a/.github/actions/preparing/action.yml +++ b/.github/actions/preparing/action.yml @@ -7,6 +7,6 @@ runs: with: distribution: 'zulu' java-version: '17' - - name: Setup Cloudflare Warp - shell: bash - run: bash src/etc/cf_warp.sh \ No newline at end of file +# - name: Setup Cloudflare Warp +# shell: bash +# run: bash src/etc/cf_warp.sh