From f7141edc4b85f7dcd2ce4423d0ec46469fdd2af6 Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 25 Oct 2023 10:11:19 -0700 Subject: [PATCH] clone depth set to 1 --- .github/workflows/check_64_to_32.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_64_to_32.yml b/.github/workflows/check_64_to_32.yml index 5c2ff9183a..1aad3d004b 100644 --- a/.github/workflows/check_64_to_32.yml +++ b/.github/workflows/check_64_to_32.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 with: show-progress: - fetch-depth: 200 + fetch-depth: 1 - name: check run: | ./travis/check_64_to_32.sh