mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-05 08:20:24 +08:00
fix: ci
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user