Install dos2unix (#974)

This commit is contained in:
tx_haggis 2023-01-04 09:28:21 -06:00 committed by GitHub
parent 8888e06e7f
commit efccfed057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -20,9 +20,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install cppcheck - name: Install cppcheck, dos2unix
run: | run: |
sudo apt-get install cppcheck sudo apt-get install cppcheck
sudo apt-get install dos2unix
- name: Run MISRA scan - name: Run MISRA scan
continue-on-error: true continue-on-error: true