From 20ec9aba5bbed198ae0713482a6f7935f9220ed2 Mon Sep 17 00:00:00 2001 From: Christian Gutschow Date: Thu, 28 Nov 2024 11:30:02 +0000 Subject: [PATCH] follow ChatGPT advice --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c3169b1d..f34e3eb3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Dependencies on Ubunutu - if: ${{ contains(matrix.os, 'ubuntu') }} && ! ${{ contains(matrix.container, 'fedora') }} + 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