We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b06d4 commit a23af0fCopy full SHA for a23af0f
1 file changed
.github/workflows/release.yml
@@ -697,7 +697,11 @@ jobs:
697
ONEAPI_INSTALLER_VERSION: "2025.3.3"
698
699
steps:
700
- - uses: actions/checkout@v6
+ - name: Clone
701
+ id: checkout
702
+ uses: actions/checkout@v6
703
+ with:
704
+ fetch-depth: 0
705
706
- name: Use oneAPI Installation Cache
707
uses: actions/cache@v5
@@ -714,10 +718,6 @@ jobs:
714
718
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
715
719
sudo bash intel-deep-learning-essentials_offline.sh -s -a --silent --eula accept
716
720
717
- - name: Clone
- id: checkout
- uses: actions/checkout@v6
-
721
- name: ccache
722
uses: ggml-org/ccache-action@v1.2.21
723
with:
0 commit comments