diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa4212b..f3ba94f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |