From 43ef7a184e1a41b6969541f25d65f4cfbc0e2622 Mon Sep 17 00:00:00 2001 From: gowridurgad <159780674+gowridurgad@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:19:33 +0530 Subject: [PATCH] Update build-tool-packages.yml --- .github/workflows/build-tool-packages.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index 699f26a..277fb51 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -86,9 +86,6 @@ jobs: arch: arm64 steps: - - uses: actions/checkout@v3 - with: - submodules: true - name: Setup Environment on Windows ARM64 Runner if: matrix.os == 'setup-actions-windows-arm64-4-core' shell: powershell @@ -111,8 +108,10 @@ jobs: # Install 7-Zip choco install 7zip -y echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 - - + + - uses: actions/checkout@v3 + with: + submodules: true - name: Fully cleanup the toolcache directory before testing run: ./helpers/clean-toolcache.ps1 -ToolName "${{ inputs.tool-name }}"