Skip to content

Commit

Permalink
FIX: Ensure CMake build has C++
Browse files Browse the repository at this point in the history
That's the one that needed it.
  • Loading branch information
DWesl authored May 9, 2024
1 parent 52eaf08 commit 6a1716d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_win_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
git automake libtool autoconf2.5 make libhdf5-devel
libhdf4-devel zipinfo libxml2-devel perl zlib-devel
libzstd-devel libbz2-devel libaec-devel libzip-devel
libdeflate-devel gcc-core libcurl-devel libiconv-devel
libdeflate-devel gcc-core gcc-g++ libcurl-devel libiconv-devel
libssl-devel libcrypt-devel cmake ninja make m4 diffutils unzip
###
Expand Down

0 comments on commit 6a1716d

Please sign in to comment.