1
0
mirror of https://github.com/fumiama/gozel.git synced 2026-06-05 00:10:24 +08:00
This commit is contained in:
源文雨
2026-03-25 23:55:30 +08:00
parent 7b1116fb17
commit 92dcabe841

View File

@@ -60,12 +60,12 @@ jobs:
run: |
wget -q https://github.com/intel/llvm/releases/download/v6.3.0/sycl_linux.tar.gz
mkdir -p sycl_linux
tar -xzf sycl_linux.tar.gz -C sycl_linux
tar -xzf sycl_linux.tar.gz -C /tmp/sycl_linux
- name: Add SYCL bin to PATH
run: |
ls -hl sycl_linux
echo "${{ github.workspace }}/sycl_linux/bin" >> $GITHUB_PATH
ls -hl /tmp/sycl_linux
echo "/tmp/sycl_linux/bin" >> $GITHUB_PATH
- name: Run go generate
run: go generate ./...