Skip to content

Commit

Permalink
Update fortran-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gorges97 authored Feb 4, 2025
1 parent 0a001dd commit 3ff9c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/fortran-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Install CMake
run: pip install ninja cmake
- name: Install libopenblas (Linux GNU build only)
if: ${{ matrix.compiler == 'gnu' && contains(matrix.os, 'ubuntu') }}
run: sudo apt-get update && sudo apt-get install -y libopenblas-dev
- name: Configure build
run: cmake -B ${{ env.BUILD_DIR }} -G Ninja
Expand Down

0 comments on commit 3ff9c77

Please sign in to comment.