fix build number for sycl release (#22283)
This commit is contained in:
@@ -697,7 +697,11 @@ jobs:
|
|||||||
ONEAPI_INSTALLER_VERSION: "2025.3.3"
|
ONEAPI_INSTALLER_VERSION: "2025.3.3"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- name: Clone
|
||||||
|
id: checkout
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Use oneAPI Installation Cache
|
- name: Use oneAPI Installation Cache
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
@@ -714,10 +718,6 @@ jobs:
|
|||||||
wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/56f7923a-adb8-43f3-8b02-2b60fcac8cab/intel-deep-learning-essentials-2025.3.3.16_offline.sh -O intel-deep-learning-essentials_offline.sh
|
wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/56f7923a-adb8-43f3-8b02-2b60fcac8cab/intel-deep-learning-essentials-2025.3.3.16_offline.sh -O intel-deep-learning-essentials_offline.sh
|
||||||
sudo bash intel-deep-learning-essentials_offline.sh -s -a --silent --eula accept
|
sudo bash intel-deep-learning-essentials_offline.sh -s -a --silent --eula accept
|
||||||
|
|
||||||
- name: Clone
|
|
||||||
id: checkout
|
|
||||||
uses: actions/checkout@v6
|
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user