Skip to content

Commit b73d326

Browse files
authored
Update build-ci.yml
1 parent 7cb756f commit b73d326

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/build-ci.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ permissions: write-all
5555

5656
env:
5757
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
58-
# GGML_NLOOP: 3
59-
# GGML_N_THREADS: 1
60-
# LLAMA_LOG_COLORS: 1
61-
# LLAMA_LOG_PREFIX: 1
62-
# LLAMA_LOG_TIMESTAMPS: 1
58+
GGML_NLOOP: 3
59+
GGML_N_THREADS: 1
60+
LLAMA_LOG_COLORS: 1
61+
LLAMA_LOG_PREFIX: 1
62+
LLAMA_LOG_TIMESTAMPS: 1
6363

6464
jobs:
6565
# CUDA Release
@@ -144,7 +144,7 @@ jobs:
144144

145145
# Vulkan Release
146146

147-
ubuntu-latest-vulkan-cmake-2:
147+
ubuntu-latest-vulkan-cmake:
148148
runs-on: ubuntu-latest
149149

150150
steps:
@@ -173,8 +173,6 @@ jobs:
173173
- name: Dependencies
174174
id: depends
175175
run: |
176-
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
177-
sudo dpkg -i cuda-keyring_1.1-1_all.deb
178176
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
179177
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list https://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list
180178
sudo apt-get update
@@ -238,7 +236,7 @@ jobs:
238236

239237
needs:
240238
- ubuntu-latest-cuda-cmake
241-
- ubuntu-latest-vulkan-cmake-2
239+
- ubuntu-latest-vulkan-cmake
242240

243241
steps:
244242
- name: Clone

0 commit comments

Comments
 (0)