Skip to content

Commit 1b8f9ca

Browse files
author
Olivier Chafik
committed
minimize diff
1 parent fa38b8e commit 1b8f9ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ jobs:
895895
path: llama-${{ steps.tag.outputs.name }}-bin-win-${{ matrix.build }}.zip
896896
name: llama-bin-win-${{ matrix.build }}.zip
897897

898-
ubuntu-cpu-cmake-cuda:
898+
ubuntu-latest-cmake-cuda:
899899
runs-on: ubuntu-latest
900900

901901
strategy:
@@ -956,8 +956,8 @@ jobs:
956956
env:
957957
DEBIAN_FRONTEND: noninteractive
958958
run: |
959-
apt-get update
960-
apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git
959+
apt-get update
960+
apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git
961961
962962
- name: ccache
963963
uses: hendrikmuhs/[email protected]

0 commit comments

Comments
 (0)