Skip to content

Commit

Permalink
Added install dos2unix step
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Apr 16, 2024
1 parent a114d73 commit 4befedd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ jobs:
name: chm
path: ${{github.workspace}}/HTMLversion

- name: install dos2unix
run: sudo apt-get -y install dos2unix

- name: versioning
run: ./jenkins-phreeqc-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}

Expand Down

0 comments on commit 4befedd

Please # to comment.