From 3adbfd7ef57ab4895d1f98ac99f2a237278b71da Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 30 Mar 2024 22:52:56 +0100 Subject: [PATCH] Update ccpp.yml --- .github/workflows/ccpp.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index f3cd2045..8fcfd3cb 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -56,6 +56,11 @@ jobs: wsl --set-default fedora wsl sh -c 'dnf -y install gcc gcc-c++ protobuf-c-compiler protobuf-devel fmt-devel systemd-devel sqlite-devel wxGTK-devel mingw32-gcc mingw32-gcc-c++ mingw32-zlib-static mingw32-protobuf-static mingw32-sqlite-static mingw32-wxWidgets3-static mingw32-libpng-static mingw32-libjpeg-static mingw32-libtiff-static mingw32-nsis' + - name: fix line endings + run: | + git config --global core.autocrlf false + git config --global core.eol lf + - uses: actions/checkout@v3 with: repository: 'davidgiven/fluxengine'