6464 uses : actions/checkout@v4
6565
6666 - name : ccache
67- uses :
hendrikmuhs /[email protected] 67+ 6868 with :
6969 key : macOS-latest-cmake-arm64
7070 evict-old-files : 1d
@@ -104,7 +104,7 @@ jobs:
104104 uses : actions/checkout@v4
105105
106106 - name : ccache
107- uses :
hendrikmuhs /[email protected] 107+ 108108 with :
109109 key : macOS-latest-cmake-x64
110110 evict-old-files : 1d
@@ -144,7 +144,7 @@ jobs:
144144 uses : actions/checkout@v4
145145
146146 - name : ccache
147- uses :
hendrikmuhs /[email protected] 147+ 148148 with :
149149 key : macOS-latest-cmake-arm64-webgpu
150150 evict-old-files : 1d
@@ -199,7 +199,7 @@ jobs:
199199 uses : actions/checkout@v4
200200
201201 - name : ccache
202- uses :
hendrikmuhs /[email protected] 202+ 203203 with :
204204 key : ubuntu-cpu-cmake
205205 evict-old-files : 1d
@@ -251,7 +251,7 @@ jobs:
251251 uses : actions/checkout@v4
252252
253253 - name : ccache
254- uses :
hendrikmuhs /[email protected] 254+ 255255 with :
256256 key : ubuntu-latest-cmake-sanitizer-${{ matrix.sanitizer }}
257257 evict-old-files : 1d
@@ -330,7 +330,7 @@ jobs:
330330 uses : actions/checkout@v4
331331
332332 - name : ccache
333- uses :
hendrikmuhs /[email protected] 333+ 334334 with :
335335 key : ubuntu-latest-cmake-rpc
336336 evict-old-files : 1d
@@ -363,7 +363,7 @@ jobs:
363363 uses : actions/checkout@v4
364364
365365 - name : ccache
366- uses :
hendrikmuhs /[email protected] 366+ 367367 with :
368368 key : ubuntu-22-cmake-vulkan
369369 evict-old-files : 1d
@@ -400,7 +400,7 @@ jobs:
400400 uses : actions/checkout@v4
401401
402402 - name : ccache
403- uses :
hendrikmuhs /[email protected] 403+ 404404 with :
405405 key : ubuntu-22-cmake-webgpu
406406 evict-old-files : 1d
@@ -457,7 +457,7 @@ jobs:
457457 sudo apt-get install -y build-essential git cmake rocblas-dev hipblas-dev libcurl4-openssl-dev
458458
459459 - name : ccache
460- uses :
hendrikmuhs /[email protected] 460+ 461461 with :
462462 key : ubuntu-22-cmake-hip
463463 evict-old-files : 1d
@@ -487,7 +487,7 @@ jobs:
487487 apt-get install -y build-essential git cmake libcurl4-openssl-dev
488488
489489 - name : ccache
490- uses :
hendrikmuhs /[email protected] 490+ 491491 with :
492492 key : ubuntu-22-cmake-musa
493493 evict-old-files : 1d
@@ -532,7 +532,7 @@ jobs:
532532 uses : actions/checkout@v4
533533
534534 - name : ccache
535- uses :
hendrikmuhs /[email protected] 535+ 536536 with :
537537 key : ubuntu-22-cmake-sycl
538538 evict-old-files : 1d
@@ -580,7 +580,7 @@ jobs:
580580 uses : actions/checkout@v4
581581
582582 - name : ccache
583- uses :
hendrikmuhs /[email protected] 583+ 584584 with :
585585 key : ubuntu-22-cmake-sycl-fp16
586586 evict-old-files : 1d
@@ -611,7 +611,7 @@ jobs:
611611 uses : actions/checkout@v4
612612
613613 - name : ccache
614- uses :
hendrikmuhs /[email protected] 614+ 615615 with :
616616 key : macOS-latest-cmake-ios
617617 evict-old-files : 1d
@@ -648,7 +648,7 @@ jobs:
648648 uses : actions/checkout@v4
649649
650650 - name : ccache
651- uses :
hendrikmuhs /[email protected] 651+ 652652 with :
653653 key : macOS-latest-cmake-tvos
654654 evict-old-files : 1d
@@ -720,7 +720,7 @@ jobs:
720720 uses : actions/checkout@v4
721721
722722 - name : ccache
723- uses :
hendrikmuhs /[email protected] 723+ 724724 with :
725725 key : macOS-latest-swift
726726 evict-old-files : 1d
@@ -766,7 +766,7 @@ jobs:
766766 uses : actions/checkout@v4
767767
768768 - name : ccache
769- uses :
hendrikmuhs /[email protected] 769+ 770770 with :
771771 key : windows-msys2
772772 variant : ccache
@@ -834,7 +834,7 @@ jobs:
834834 uses : actions/checkout@v4
835835
836836 - name : ccache
837- uses :
hendrikmuhs /[email protected] 837+ 838838 with :
839839 key : windows-latest-cmake-${{ matrix.build }}
840840 variant : ccache
@@ -948,7 +948,7 @@ jobs:
948948 apt install -y cmake build-essential ninja-build libgomp1 git libcurl4-openssl-dev
949949
950950 - name : ccache
951- uses :
hendrikmuhs /[email protected] 951+ 952952 with :
953953 key : ubuntu-latest-cmake-cuda
954954 evict-old-files : 1d
@@ -977,7 +977,7 @@ jobs:
977977 uses : actions/checkout@v4
978978
979979 - name : Install ccache
980- uses :
hendrikmuhs /[email protected] 980+ 981981 with :
982982 key : windows-cuda-${{ matrix.cuda }}
983983 variant : ccache
@@ -1033,7 +1033,7 @@ jobs:
10331033 uses : actions/checkout@v4
10341034
10351035 - name : ccache
1036- uses :
hendrikmuhs /[email protected] 1036+ 10371037 with :
10381038 key : windows-latest-cmake-sycl
10391039 variant : ccache
@@ -1070,7 +1070,8 @@ jobs:
10701070 write-host "Downloading AMD HIP SDK Installer"
10711071 Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-24.Q3-WinSvr2022-For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
10721072 write-host "Installing AMD HIP SDK"
1073- Start-Process "${env:RUNNER_TEMP}\rocm-install.exe" -ArgumentList '-install' -NoNewWindow -Wait
1073+ $proc = Start-Process "${env:RUNNER_TEMP}\rocm-install.exe" -ArgumentList '-install' -NoNewWindow -PassThru
1074+ $proc.WaitForExit(600000)
10741075 write-host "Completed AMD HIP SDK installation"
10751076
10761077 - name : Verify ROCm
@@ -1079,7 +1080,7 @@ jobs:
10791080 & 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' --version
10801081
10811082 - name : Install ccache
1082- uses :
hendrikmuhs /[email protected] 1083+ 10831084 with :
10841085 key : ${{ github.job }}
10851086 evict-old-files : 1d
@@ -1113,6 +1114,11 @@ jobs:
11131114 - name : Checkout code
11141115 uses : actions/checkout@v4
11151116
1117+ - name : Setup Xcode
1118+ uses : maxim-lobanov/setup-xcode@v1
1119+ with :
1120+ xcode-version : latest-stable
1121+
11161122 - name : Build
11171123 id : cmake_build
11181124 run : |
@@ -1146,7 +1152,7 @@ jobs:
11461152 uses : actions/checkout@v4
11471153
11481154 - name : ccache
1149- uses :
hendrikmuhs /[email protected] 1155+ 11501156 with :
11511157 key : android-build
11521158 evict-old-files : 1d
0 commit comments