From 9f957a33d150d7d25b709757c1ee83e4f1f562ad Mon Sep 17 00:00:00 2001 From: gowridurgad <159780674+gowridurgad@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:10:40 +0530 Subject: [PATCH] Update build-tool-packages.yml --- .github/workflows/build-tool-packages.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index f30f5a1..257cbf7 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -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' - run: mkdir -p "/home/runner/runners" - - name: Create directories - if: matrix.os == 'setup-actions-ubuntu-arm64-2-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: Run tests env: