From 99d65878713adfd9a49c9cd347e79fe0f3c053af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 26 Mar 2026 00:42:18 +0800 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79c2dcd..fb6581a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,9 +63,9 @@ jobs: - name: Download SYCL Linux 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 - 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 run: |