Skip to content

Commit 4fcac85

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 4a1d80f commit 4fcac85

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/sycl-windows-setup-oneapi-env.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ name: SYCL Windows setup oneAPI env
33
on:
44
workflow_call:
55
inputs:
6-
runner:
6+
runner:
7+
description: 'The runner name'
8+
required: true
79
type: string
8-
required: True
910

1011
jobs:
1112
set-env-vars-job:
1213
runs-on: ${{ fromJSON(inputs.runner) }}
1314
steps:
14-
- name: Setup oneAPI env
15-
shell: powershell
16-
run: |
15+
- name: Setup oneAPI env
16+
shell: powershell
17+
run: |
1718
batchFilePath = "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
1819
1920
$githubEnvFilePath = $env:GITHUB_ENV

0 commit comments

Comments
 (0)