mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-23 12:00:31 +08:00
fix: ci
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -63,9 +63,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Download SYCL Linux
|
- name: Download SYCL Linux
|
||||||
run: |
|
run: |
|
||||||
wget -q https://github.com/intel/llvm/releases/download/v6.3.0/sycl_linux.tar.gz
|
wget -q -O /tmp/sycl_linux.tar.gz https://github.com/intel/llvm/releases/download/v6.3.0/sycl_linux.tar.gz
|
||||||
mkdir -p /tmp/sycl_linux
|
mkdir -p /tmp/sycl_linux
|
||||||
tar -xzf sycl_linux.tar.gz -C /tmp/sycl_linux
|
tar -xzf /tmp/sycl_linux.tar.gz -C /tmp/sycl_linux
|
||||||
|
|
||||||
- name: Add SYCL bin to PATH
|
- name: Add SYCL bin to PATH
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user