Skip to content

Commit

Permalink
server: test: ci fix clblast
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 23, 2024
1 parent fa51bac commit 606738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
id: get_clblast
if: ${{ matrix.build == 'clblast' }}
run: |
apt install libclblast-dev
apt install -y libclblast-dev
- name: Download OpenBLAS
id: get_openblas
Expand Down

0 comments on commit 606738e

Please sign in to comment.