Skip to content

Commit

Permalink
fixed yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGanem committed Apr 6, 2022
1 parent f419370 commit 5094a66
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gromacs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
- uses: actions/checkout@v3
- name: setup
#update and isntal wget and git
run: sudo apt update && sudo apt-get -y install wget git
#install cmake
run: sudo apt-get -y install build-essential libssl-dev cmake
#build
run: pwd && ls
run: sudo apt update && sudo apt-get -y install wget git build-essential libssl-dev cmake

#cmake
- name: cmake
run: mkdir build && cd build && cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
#make
- name: make
Expand Down

0 comments on commit 5094a66

Please sign in to comment.