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-26 00:33:21 +08:00
parent 6de4b7cabe
commit cfc2c9d771

View File

@@ -64,7 +64,7 @@ jobs:
- name: Download SYCL Linux
run: |
wget -q https://github.com/intel/llvm/releases/download/v6.3.0/sycl_linux.tar.gz
mkdir -p sycl_linux
mkdir -p /tmp/sycl_linux
tar -xzf sycl_linux.tar.gz -C /tmp/sycl_linux
- name: Add SYCL bin to PATH