install dos2unix in CI

This commit is contained in:
eyedeekay
2024-02-01 17:05:46 -05:00
parent 371428e03c
commit 157821ef91

View File

@ -18,8 +18,8 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
- name: install wsl - name: install wsl
run: wsl --install run: wsl --install
- name: install makensis - name: install makensis dos2unix
run: wsl apt install nsis* run: wsl apt install nsis* dos2unix
- name: change config - name: change config
run: | run: |
bash -c "echo '' >> config.sh" bash -c "echo '' >> config.sh"