From b659bfd5e62bda3f7ae5a056b736dc76d7e01e19 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Thu, 1 Aug 2024 18:12:02 +0200 Subject: [PATCH] chore: Update Windows build configuration to fix dos2unix issue --- .github/workflows/windows-alpha-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows-alpha-build.yml b/.github/workflows/windows-alpha-build.yml index 2d9360b12..5e1eb15db 100644 --- a/.github/workflows/windows-alpha-build.yml +++ b/.github/workflows/windows-alpha-build.yml @@ -141,6 +141,7 @@ jobs: SURFER_COMPAT: ${{ matrix.arch == 'x32' }} run: | set -x + dos2unix configs/windows/mozconfig export SURFER_PLATFORM="win32" export ZEN_CROSS_COMPILING=1 # if test ${{ inputs.generate-gpo }}; then