From 2686ed7fc23f0e7209043be28edf9f0626348887 Mon Sep 17 00:00:00 2001 From: songyinyin Date: Thu, 26 Oct 2023 18:57:02 +0800 Subject: [PATCH] test github action v32 --- .github/workflows/windows-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-native.yml b/.github/workflows/windows-native.yml index 6f591840..a4a486cc 100644 --- a/.github/workflows/windows-native.yml +++ b/.github/workflows/windows-native.yml @@ -46,7 +46,7 @@ jobs: ${{ runner.os }}-maven- - name: Build with Maven (neutrino-proxy-server) run: | - export MAVEN_OPTS="-Duser.language=UTF-8 -Dfile.encoding=UTF-8" + 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 @@ -59,7 +59,7 @@ jobs: filename: neutrino-proxy-server-${{ matrix.os }}-${{ github.ref_name }}.zip - name: Build with Maven (neutrino-proxy-client) run: | - export MAVEN_OPTS="-Duser.language=UTF-8 -Dfile.encoding=UTF-8" + 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