Update build-tool-packages.yml

This commit is contained in:
gowridurgad
2024-06-28 13:10:40 +05:30
committed by GitHub
parent 396031ea82
commit 9f957a33d1

View File

@@ -214,12 +214,9 @@ jobs:
for ($i = 0; $i -lt 200; $i++) { Get-Random }
- name: Create directories
if: matrix.os == 'setup-actions-windows-arm64-4-core'
if: matrix.os == 'setup-actions-windows-arm64-4-core' || matrix.os == 'setup-actions-ubuntu-arm64-2-core'
run: mkdir -p "/home/runner/runners"
- name: Create directories
if: matrix.os == 'setup-actions-ubuntu-arm64-2-core'
run: mkdir -p "/home/runner/runners"
- name: Run tests
env: