Skip to content

Commit e8b7d8a

Browse files
authored
fix build number for sycl release (ggml-org#22283)
1 parent 244ace1 commit e8b7d8a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,11 @@ jobs:
697697
ONEAPI_INSTALLER_VERSION: "2025.3.3"
698698

699699
steps:
700-
- uses: actions/checkout@v6
700+
- name: Clone
701+
id: checkout
702+
uses: actions/checkout@v6
703+
with:
704+
fetch-depth: 0
701705

702706
- name: Use oneAPI Installation Cache
703707
uses: actions/cache@v5
@@ -714,10 +718,6 @@ jobs:
714718
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
715719
sudo bash intel-deep-learning-essentials_offline.sh -s -a --silent --eula accept
716720
717-
- name: Clone
718-
id: checkout
719-
uses: actions/checkout@v6
720-
721721
- name: ccache
722722
uses: ggml-org/ccache-action@v1.2.21
723723
with:

0 commit comments

Comments
 (0)