chore: Update Windows build configuration to fix dos2unix issue

This commit is contained in:
Mauro Balades
2024-08-01 18:12:02 +02:00
parent 81f88c2c21
commit b659bfd5e6

View File

@@ -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