Skip to content

Commit

Permalink
exclude Ubuntu step for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Nov 28, 2024
1 parent c710bb4 commit a7c1831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Dependencies on Ubunutu
if: ${{ contains(matrix.os, 'ubuntu') }}
if: ${{ contains(matrix.os, 'ubuntu') }} && ! ${{ contains(matrix.container, 'fedora') }}
run: |
sudo apt update
sudo apt install openmpi-bin libopenmpi-dev libyaml-cpp-dev ccache libeigen3-dev libtiff-dev
Expand Down

0 comments on commit a7c1831

Please sign in to comment.