Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou committed May 24, 2024
1 parent 6ac31d3 commit 28f21ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/client-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3

jobs:
test:
Test:
strategy:
fail-fast: false
max-parallel: 20
Expand All @@ -58,7 +58,8 @@ jobs:
run: |
choco install winflexbison3
choco install boost-msvc-14.3 --version=1.84.0.1
.\mvnw.cmd -D"boost.include.dir"="C:\local\boost_1_84_0" -D"boost.library.dir"="C:\local\boost_1_84_0\stage\lib"
echo boost.include.dir=C:\local\boost_1_84_0 >> .mvn\wrapper\maven-wrapper.properties
echo boost.library.dir=C:\local\boost_1_84_0\stage\lib >> .mvn\wrapper\maven-wrapper.properties
- name: Cache Maven packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 28f21ec

Please sign in to comment.