Update build-tool-packages.yml

This commit is contained in:
gowridurgad
2024-06-28 15:27:44 +05:30
committed by GitHub
parent 9f957a33d1
commit 3e52ce162a

View File

@@ -213,11 +213,6 @@ jobs:
Write-Host "to determine if ${{ inputs.tool-name }} version was consumed from cache or if it was downloaded"
for ($i = 0; $i -lt 200; $i++) { Get-Random }
- name: Create directories
if: matrix.os == 'setup-actions-windows-arm64-4-core' || matrix.os == 'setup-actions-ubuntu-arm64-2-core'
run: mkdir -p "/home/runner/runners"
- name: Run tests
env:
VERSION: ${{ inputs.tool-version }}