Skip to content

Commit

Permalink
fix make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Nov 28, 2022
1 parent 79f204d commit 5883e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- run: yum install -y zip python3-pip python3-devel
- run: git clone --depth=100 https://github.com/AWehrhahn/SMElib .
- run: git clone https://github.com/AWehrhahn/SMElib .
- name: Install F2C & Compile libf2c.a
if: matrix.compiler == 'f2c'
run: |
Expand Down

0 comments on commit 5883e92

Please sign in to comment.