mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-05 08:20:24 +08:00
fix: sycl path
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -62,7 +62,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Add SYCL bin to PATH
|
- name: Add SYCL bin to PATH
|
||||||
run: |
|
run: |
|
||||||
(echo "${{ github.workspace }}/sycl_linux/bin"; cat $GITHUB_PATH) > $GITHUB_PATH.tmp && mv $GITHUB_PATH.tmp $GITHUB_PATH
|
ls -hl sycl_linux
|
||||||
|
echo "${{ github.workspace }}/sycl_linux/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Run go generate
|
- name: Run go generate
|
||||||
run: go generate ./...
|
run: go generate ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user