Skip to content

Commit b2b8c61

Browse files
author
ochafik
committed
revert changes
1 parent 5f15932 commit b2b8c61

File tree

1 file changed

+10
-55
lines changed

1 file changed

+10
-55
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -693,17 +693,6 @@ jobs:
693693
- name: Clone
694694
uses: actions/checkout@v4
695695

696-
- name: Check curl version BEFORE
697-
run: curl --version
698-
699-
- name: Install Choco Deps
700-
run: |
701-
choco install curl
702-
703-
- name: Check curl version
704-
run: |
705-
curl --version
706-
707696
- name: ccache
708697
uses: hendrikmuhs/[email protected]
709698
with:
@@ -779,17 +768,6 @@ jobs:
779768
with:
780769
fetch-depth: 0
781770

782-
- name: Check curl version BEFORE
783-
run: curl --version
784-
785-
- name: Install Choco Deps
786-
run: |
787-
choco install ninja curl
788-
789-
- name: Check curl version
790-
run: |
791-
curl --version
792-
793771
- name: ccache
794772
uses: hendrikmuhs/[email protected]
795773
with:
@@ -825,6 +803,11 @@ jobs:
825803
Add-Content $env:GITHUB_ENV "VULKAN_SDK=C:\VulkanSDK\${env:VULKAN_VERSION}"
826804
Add-Content $env:GITHUB_PATH "C:\VulkanSDK\${env:VULKAN_VERSION}\bin"
827805
806+
- name: Install Ninja
807+
id: install_ninja
808+
run: |
809+
choco install ninja
810+
828811
- name: Install OpenCL Headers and Libs
829812
id: install_opencl
830813
if: ${{ matrix.build == 'llvm-arm64-opencl-adreno' }}
@@ -970,17 +953,6 @@ jobs:
970953
with:
971954
fetch-depth: 0
972955

973-
- name: Check curl version BEFORE
974-
run: curl --version
975-
976-
- name: Install Choco Deps
977-
run: |
978-
choco install ninja curl
979-
980-
- name: Check curl version
981-
run: |
982-
curl --version
983-
984956
- name: Install ccache
985957
uses: hendrikmuhs/[email protected]
986958
with:
@@ -1044,6 +1016,11 @@ jobs:
10441016
echo "CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
10451017
echo "CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
10461018
1019+
- name: Install Ninja
1020+
id: install_ninja
1021+
run: |
1022+
choco install ninja
1023+
10471024
- name: Build
10481025
id: cmake_build
10491026
shell: cmd
@@ -1118,17 +1095,6 @@ jobs:
11181095
with:
11191096
fetch-depth: 0
11201097

1121-
- name: Check curl version BEFORE
1122-
run: curl --version
1123-
1124-
- name: Install Choco Deps
1125-
run: |
1126-
choco install curl
1127-
1128-
- name: Check curl version
1129-
run: |
1130-
curl --version
1131-
11321098
- name: ccache
11331099
uses: hendrikmuhs/[email protected]
11341100
with:
@@ -1248,17 +1214,6 @@ jobs:
12481214
with:
12491215
fetch-depth: 0
12501216

1251-
- name: Check curl version BEFORE
1252-
run: curl --version
1253-
1254-
- name: Install Choco Deps
1255-
run: |
1256-
choco install curl
1257-
1258-
- name: Check curl version
1259-
run: |
1260-
curl --version
1261-
12621217
- name: ccache
12631218
uses: hendrikmuhs/[email protected]
12641219
with:

0 commit comments

Comments
 (0)