We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1d80f commit 4fcac85Copy full SHA for 4fcac85
.github/workflows/sycl-windows-setup-oneapi-env.yml
@@ -3,17 +3,18 @@ name: SYCL Windows setup oneAPI env
3
on:
4
workflow_call:
5
inputs:
6
- runner:
+ runner:
7
+ description: 'The runner name'
8
+ required: true
9
type: string
- required: True
10
11
jobs:
12
set-env-vars-job:
13
runs-on: ${{ fromJSON(inputs.runner) }}
14
steps:
- - name: Setup oneAPI env
15
- shell: powershell
16
- run: |
+ - name: Setup oneAPI env
+ shell: powershell
17
+ run: |
18
batchFilePath = "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
19
20
$githubEnvFilePath = $env:GITHUB_ENV
0 commit comments