diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 56fe3cf..4c84007 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:3011/aggarwalakshun/rust-setup.git . + git clone https://akshun-gitlab.uk/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:3011/aggarwalakshun/rust-setup.git . + git clone https://akshun-gitlab.uk/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:3011/aggarwalakshun/rust-setup.git . + git clone https://akshun-gitlab.uk/aggarwalakshun/rust-setup.git . git checkout $GITEA_SHA - name: Install dependencies