Skip to content

Commit

Permalink
pull the release branch of lammps during build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpvandermause authored Oct 10, 2024
1 parent cb57c6b commit df717ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install LAMMPS
run: |
git clone --depth 1 https://github.com/lammps/lammps.git lammps
git clone --depth 1 --branch release https://github.com/lammps/lammps.git lammps
cd lammps/src
cp pair_hybrid.* pair_lj_cut.* ..
Expand Down

0 comments on commit df717ee

Please sign in to comment.