Skip to content

Commit 20f1901

Browse files
committed
Download level zero with wget
1 parent 2436f14 commit 20f1901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ runs:
150150
run: |
151151
# Install level zero v1.25.1
152152
# Checkout Level Zero at build ref:
153-
git clone https://github.com/intel/level-zero.git
154-
cd level-zero
155-
git checkout v1.25.1
153+
wget https://github.com/oneapi-src/level-zero/archive/refs/tags/v1.25.1.tar.gz -O level-zero-v1.25.1.tar.gz
154+
tar -xvf level-zero-v1.25.1.tar.gz
155+
cd level-zero-1.25.1
156156
157157
# Configure Level Zero
158158
cmake -DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)