revert changes

This commit is contained in:
ochafik 2025-02-08 17:09:17 +00:00
parent 5f15932ab4
commit b2b8c6140a

View file

@ -693,17 +693,6 @@ jobs:
- name: Clone
uses: actions/checkout@v4
- name: Check curl version BEFORE
run: curl --version
- name: Install Choco Deps
run: |
choco install curl
- name: Check curl version
run: |
curl --version
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.16
with:
@ -779,17 +768,6 @@ jobs:
with:
fetch-depth: 0
- name: Check curl version BEFORE
run: curl --version
- name: Install Choco Deps
run: |
choco install ninja curl
- name: Check curl version
run: |
curl --version
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.16
with:
@ -825,6 +803,11 @@ jobs:
Add-Content $env:GITHUB_ENV "VULKAN_SDK=C:\VulkanSDK\${env:VULKAN_VERSION}"
Add-Content $env:GITHUB_PATH "C:\VulkanSDK\${env:VULKAN_VERSION}\bin"
- name: Install Ninja
id: install_ninja
run: |
choco install ninja
- name: Install OpenCL Headers and Libs
id: install_opencl
if: ${{ matrix.build == 'llvm-arm64-opencl-adreno' }}
@ -970,17 +953,6 @@ jobs:
with:
fetch-depth: 0
- name: Check curl version BEFORE
run: curl --version
- name: Install Choco Deps
run: |
choco install ninja curl
- name: Check curl version
run: |
curl --version
- name: Install ccache
uses: hendrikmuhs/ccache-action@v1.2.16
with:
@ -1044,6 +1016,11 @@ jobs:
echo "CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
echo "CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
- name: Install Ninja
id: install_ninja
run: |
choco install ninja
- name: Build
id: cmake_build
shell: cmd
@ -1118,17 +1095,6 @@ jobs:
with:
fetch-depth: 0
- name: Check curl version BEFORE
run: curl --version
- name: Install Choco Deps
run: |
choco install curl
- name: Check curl version
run: |
curl --version
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.16
with:
@ -1248,17 +1214,6 @@ jobs:
with:
fetch-depth: 0
- name: Check curl version BEFORE
run: curl --version
- name: Install Choco Deps
run: |
choco install curl
- name: Check curl version
run: |
curl --version
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.16
with: