mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 11:41:23 +00:00
Update build-tool-packages.yml
This commit is contained in:
8
.github/workflows/build-tool-packages.yml
vendored
8
.github/workflows/build-tool-packages.yml
vendored
@@ -213,6 +213,14 @@ jobs:
|
|||||||
Write-Host "to determine if ${{ inputs.tool-name }} version was consumed from cache or if it was downloaded"
|
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 }
|
for ($i = 0; $i -lt 200; $i++) { Get-Random }
|
||||||
|
|
||||||
|
- name: Create directories
|
||||||
|
if: matrix.os == 'setup-actions-windows-arm64-4-core'
|
||||||
|
run: mkdir "~/runners/_diag/pages"
|
||||||
|
- name: Create directories
|
||||||
|
if: matrix.os == 'setup-actions-ubuntu-arm64-2-core'
|
||||||
|
run: mkdir -p "~/runners/_diag/pages"
|
||||||
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ inputs.tool-version }}
|
VERSION: ${{ inputs.tool-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user