Skip to content

Commit

Permalink
Install dos2unix for GitHub Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
stickz authored Dec 21, 2023
1 parent 37fb7f8 commit a98554b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
runs-on: ubuntu-latest
environment: production
steps:
- name: Setup GitHub Runner
run: |
sudo apt update
sudo apt install dos2unix
- name: Clone Repo
run: |
cd ..
Expand Down

0 comments on commit a98554b

Please sign in to comment.