Update build-tool-packages.yml

test-arm64
gowridurgad 7 months ago committed by GitHub
parent fd772b10e2
commit 43ef7a184e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -86,9 +86,6 @@ jobs:
arch: arm64 arch: arm64
steps: steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup Environment on Windows ARM64 Runner - name: Setup Environment on Windows ARM64 Runner
if: matrix.os == 'setup-actions-windows-arm64-4-core' if: matrix.os == 'setup-actions-windows-arm64-4-core'
shell: powershell shell: powershell
@ -111,8 +108,10 @@ jobs:
# Install 7-Zip # Install 7-Zip
choco install 7zip -y choco install 7zip -y
echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 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 - name: Fully cleanup the toolcache directory before testing
run: ./helpers/clean-toolcache.ps1 -ToolName "${{ inputs.tool-name }}" run: ./helpers/clean-toolcache.ps1 -ToolName "${{ inputs.tool-name }}"

Loading…
Cancel
Save