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 4fcac85 commit d6af353Copy full SHA for d6af353
.github/workflows/sycl-windows-build.yml
@@ -80,7 +80,7 @@ jobs:
80
- uses: ./.github/workflows/sycl-windows-setup-oneapi-env.yaml
81
if: ${{ always() && !cancelled() && inputs.compiler == 'icx' }}
82
with:
83
- runner: ${{ jobs.build.runs-on }}
+ runner: ${{ runner.name }}
84
- name: Set env
85
run: |
86
git config --system core.longpaths true
0 commit comments