mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-05 00:10:24 +08:00
fix: sycl path
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -57,8 +57,9 @@ jobs:
|
||||
|
||||
- name: Download SYCL Linux
|
||||
run: |
|
||||
wget https://github.com/intel/llvm/releases/download/v6.3.0/sycl_linux.tar.gz
|
||||
tar -xzf sycl_linux.tar.gz
|
||||
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
|
||||
|
||||
- name: Add SYCL bin to PATH
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user