Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohahn authored Apr 20, 2024
1 parent 3551692 commit 99f9641
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ jobs:
- name: Install prerequisite libraries
# Install 3rd party libraries
run: |
apt-get update -qq
apt-get install gcc g++ gfortran -qq -y
sudo apt-get update -qq
sudo apt-get install gcc g++ gfortran -qq -y
gcc --version
# Install a CMake 3.0.2 version.
apt-get install git cmake pkg-config cmake-data -y --force-yes
sudo apt-get install git cmake pkg-config cmake-data -y --force-yes
# Print the CMake version.
cmake --version
# Install the necessary libraries
apt-get install libfftw3-dev -y
apt-get install libgsl-dev -y
apt-get install libhdf5-serial-dev -y
sudo apt-get install libfftw3-dev -y
sudo apt-get install libgsl-dev -y
sudo apt-get install libhdf5-serial-dev -y
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 99f9641

Please sign in to comment.