From bd281b11b65b943397fd5bf128e0f47859eec203 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 18 Apr 2025 11:47:29 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2128a40..56fe3cf 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout code run: | - git clone http://192.168.1.233:222/aggarwalakshun/rust-setup.git . + git clone http://192.168.1.233:3011/aggarwalakshun/rust-setup.git . git checkout $GITEA_SHA - name: Install dependencies @@ -53,7 +53,7 @@ jobs: - name: Checkout code run: | - git clone http://192.168.1.233:222/aggarwalakshun/rust-setup.git . + git clone http://192.168.1.233:3011/aggarwalakshun/rust-setup.git . git checkout $GITEA_SHA - name: Install dependencies @@ -83,7 +83,7 @@ jobs: - name: Checkout code run: | - git clone http://192.168.1.233:222/aggarwalakshun/rust-setup.git . + git clone http://192.168.1.233:3011/aggarwalakshun/rust-setup.git . git checkout $GITEA_SHA - name: Install dependencies