Skip to content

Commit

Permalink
ci: fix typo (runs -> run)
Browse files Browse the repository at this point in the history
  • Loading branch information
everythingfunctional committed Nov 22, 2020
1 parent abe7353 commit f10632e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: actions/checkout@v2

- name: Install Dependencies
runs: |
run: |
sudo apt install -y gfortran-${GCC_V} cmake mpich-dev
sudo update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} 100
- name: Build and Test
runs: |
run: |
mkdir build
cd build
cmake -Wdev -DCMAKE_INSTALL_PREFIX:PATH="${HOME}/OpenCoarrays" -DCMAKE_BUILD_TYPE:STRING="Debug" ..
Expand Down

0 comments on commit f10632e

Please sign in to comment.