We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa38b8e commit 1b8f9caCopy full SHA for 1b8f9ca
.github/workflows/build.yml
@@ -895,7 +895,7 @@ jobs:
895
path: llama-${{ steps.tag.outputs.name }}-bin-win-${{ matrix.build }}.zip
896
name: llama-bin-win-${{ matrix.build }}.zip
897
898
- ubuntu-cpu-cmake-cuda:
+ ubuntu-latest-cmake-cuda:
899
runs-on: ubuntu-latest
900
901
strategy:
@@ -956,8 +956,8 @@ jobs:
956
env:
957
DEBIAN_FRONTEND: noninteractive
958
run: |
959
- apt-get update
960
- apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git
+ apt-get update
+ apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git
961
962
- name: ccache
963
uses: hendrikmuhs/[email protected]
0 commit comments