From 04f7fdd2dd564fd1e14ed434c1474a758ad43ebf Mon Sep 17 00:00:00 2001 From: adtpdn Date: Fri, 3 Jul 2026 12:19:45 +0800 Subject: [PATCH] chore(ci): use LAN mirror 192.168.0.114:9009 instead of docker bridge 172.17.0.1 --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 19fe2b0..76bfd2c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Godot run: | - wget -q http://172.17.0.1:9009/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip \ + wget -nv http://192.168.0.114:9009/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip \ || wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip unzip -q godot.zip mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot @@ -37,7 +37,7 @@ jobs: run: | set -euo pipefail mkdir -v -p ~/.local/share/godot/export_templates/4.6.stable - wget -nv http://172.17.0.1:9009/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz \ + wget -nv http://192.168.0.114:9009/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz \ || wget -nv https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz unzip -o -q /tmp/godot-templates.tpz -d /tmp/godot-templates if [ -d /tmp/godot-templates/templates ]; then @@ -76,7 +76,7 @@ jobs: - name: Setup Godot run: | - wget -q http://172.17.0.1:9009/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip \ + wget -nv http://192.168.0.114:9009/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip \ || wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip unzip -q godot.zip mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot @@ -86,7 +86,7 @@ jobs: run: | set -euo pipefail mkdir -v -p ~/.local/share/godot/export_templates/4.6.stable - wget -nv http://172.17.0.1:9009/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz \ + wget -nv http://192.168.0.114:9009/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz \ || wget -nv https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz unzip -o -q /tmp/godot-templates.tpz -d /tmp/godot-templates if [ -d /tmp/godot-templates/templates ]; then