Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwu-astro committed May 9, 2023
1 parent 2b54190 commit 3dac2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: install dependencies
run: sudo apt-get install -y wget gfortran gcc g++; gcc --verion; g++ --verion; gfortran --version;
run: sudo apt-get install -y wget gfortran gcc g++; gcc --version; g++ --version; gfortran --version;

- name: configure
run: >
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3

- name: install dependencies
run: sudo apt-get install -y wget gfortran gcc g++; gcc --verion; g++ --verion; gfortran --version;
run: sudo apt-get install -y wget gfortran gcc g++; gcc --version; g++ --version; gfortran --version;

- name: configure
run: >
Expand Down

0 comments on commit 3dac2fa

Please sign in to comment.