diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index 499c7ab..df89b10 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -87,6 +87,11 @@ jobs: steps: + + - name: Check out repository code + - 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 @@ -108,11 +113,7 @@ jobs: # Install 7-Zip choco install 7zip -y - echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 - - name: Check out repository code - - uses: actions/checkout@v3 - with: - submodules: true + echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 - name: Fully cleanup the toolcache directory before testing run: ./helpers/clean-toolcache.ps1 -ToolName "${{ inputs.tool-name }}"