(Sorry for spamming with issues) CMakeLists.txt header: ``` cmake_minimum_required(VERSION 2.6) project(packmol Fortran) ``` Step example: ``` - name: Compile using cmake if: matrix.compiler == 'cmake' run: | cmake ./ && cmake --build ./ shell: bash ``` Error: ``` -- The Fortran compiler identification is unknown CMake Error at CMakeLists.txt:2 (project): No CMAKE_Fortran_COMPILER could be found. ``` See repo: https://github.com/afonari/packmol/