Update .gitea/workflows/build.yml

This commit is contained in:
2025-04-18 11:19:41 +00:00
parent 8bcfb60d16
commit e35d944d8e

View File

@@ -22,7 +22,7 @@ jobs:
- name: Checkout code
run: |
git clone https://gitea.akshun-lab.uk/aggarwalakshun/rust-setup.git .
git clone http://192.168.1.233:222/aggarwalakshun/rust-setup.git .
git checkout $GITEA_SHA
- name: Install dependencies
@@ -53,7 +53,7 @@ jobs:
- name: Checkout code
run: |
git clone https://gitea.akshun-lab.uk/aggarwalakshun/rust-setup.git .
git clone http://192.168.1.233:222/aggarwalakshun/rust-setup.git .
git checkout $GITEA_SHA
- name: Install dependencies
@@ -83,7 +83,7 @@ jobs:
- name: Checkout code
run: |
git clone https://gitea.akshun-lab.uk/aggarwalakshun/rust-setup.git .
git clone http://192.168.1.233:222/aggarwalakshun/rust-setup.git .
git checkout $GITEA_SHA
- name: Install dependencies