Use git clone in Gitea workflow
Some checks failed
build-windows-exe / build (push) Failing after 3s

This commit is contained in:
every_holiday
2026-06-24 00:53:24 +09:00
parent ad81bc6985
commit 15a24f32ba

View File

@@ -9,7 +9,9 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 shell: bash
run: |
git clone --depth 1 "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git" .
- name: Install Go - name: Install Go
shell: bash shell: bash