This commit is contained in:
2026-03-20 03:50:15 +03:30
parent 0ae40f7593
commit 6893e9f5b7
+7 -3
View File
@@ -23,9 +23,6 @@ jobs:
steps:
- name: Checkout repository
run: |
git clone http://gitea:3000/sajad-dev/Ai.git .
- name: Setup Ubuntu apt mirrors
run: |
@@ -68,6 +65,13 @@ jobs:
EOF
apt-get update
- name: Install git
run: |
apt-get install -y git
- name: Checkout repository
run: |
git clone http://gitea:3000/sajad-dev/Ai.git .
- name: Install Python
run: |