Skip to content

Commit

Permalink
Merge branch 'crest-lab:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gorges97 authored Jan 16, 2025
2 parents f8bd4bd + 65206cc commit b4f4236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
--slave /usr/bin/gcov gcov /usr/bin/gcov-${{ env.GCC_V }}
- name: Install libopenblas (Linux GNU build only)
if: ${{ matrix.compiler == 'gnu' && matrix.build-type == 'debugoptimized' }}
if: ${{ matrix.compiler == 'gnu' && contains(matrix.os, 'ubuntu') }}
run: sudo apt-get update && sudo apt-get install -y libopenblas-dev

- name: Prepare for cache restore
Expand Down

0 comments on commit b4f4236

Please sign in to comment.