From ebf9c18781475ed0371b092c0e2de6f9ffa5964e Mon Sep 17 00:00:00 2001 From: songyinyin Date: Thu, 26 Oct 2023 18:31:47 +0800 Subject: [PATCH] test github action v30 --- .github/workflows/windows-native.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows-native.yml b/.github/workflows/windows-native.yml index 70d55b2d..d5c18ade 100644 --- a/.github/workflows/windows-native.yml +++ b/.github/workflows/windows-native.yml @@ -46,6 +46,7 @@ jobs: ${{ runner.os }}-maven- - name: Build with Maven (neutrino-proxy-server) run: | + set MAVEN_OPTS= -Duser.language=UTF-8 -Dfile.encoding=UTF-8 mvn clean install -pl neutrino-proxy-core -am -DskipTests --no-transfer-progress cd neutrino-proxy-server mvn clean native:compile -P native --file pom.xml --no-transfer-progress @@ -58,6 +59,7 @@ jobs: filename: neutrino-proxy-server-${{ matrix.os }}-${{ github.ref_name }}.zip - name: Build with Maven (neutrino-proxy-client) run: | + set MAVEN_OPTS= -Duser.language=UTF-8 -Dfile.encoding=UTF-8 cd neutrino-proxy-client mvn clean package --file pom.xml --no-transfer-progress mvn clean native:compile -P native --file pom.xml --no-transfer-progress