From 51cac074dc24fa03d6094c3ef98b754f41165e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 19 Sep 2024 12:46:40 +0100 Subject: ci: Fix uploading latest canary version (#25725) --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eecc5b5fd..73eb7c085 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -683,6 +683,15 @@ jobs: - build if: github.repository == 'denoland/deno' && github.ref == 'refs/heads/main' steps: + - name: Configure git + run: |- + git config --global core.symlinks true + git config --global fetch.parallel 32 + - name: Clone repository + uses: actions/checkout@v4 + with: + fetch-depth: 50 + submodules: false - name: Authenticate with Google Cloud uses: google-github-actions/auth@v2 with: -- cgit v1.2.3