mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-11 03:56:46 +00:00
Update build-tool-packages.yml
This commit is contained in:
5
.github/workflows/build-tool-packages.yml
vendored
5
.github/workflows/build-tool-packages.yml
vendored
@@ -214,10 +214,7 @@ 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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user