You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/05/16 06:00:24 UTC

[GitHub] [iotdb] jixuan1989 commented on a change in pull request #3198: Fix the CI issue introduced by thrift0.14 and the concurrent problems in SessionPoolTest.

jixuan1989 commented on a change in pull request #3198:
URL: https://github.com/apache/iotdb/pull/3198#discussion_r633047299



##########
File path: .github/workflows/client.yml
##########
@@ -88,20 +88,19 @@ jobs:
           restore-keys: ${{ runner.os }}-m2-
       - name: Install Boost and Win_Flex_Bison
         run: mkdir D:\a\cpp ; `
-          Invoke-WebRequest https://github.com/lexxmark/winflexbison/releases/download/v2.5.24/win_flex_bison-2.5.24.zip -OutFile D:\a\cpp\win_flex_bison.zip ; `
-          [Environment]::SetEnvironmentVariable("Path", $env:Path + ";D:\a\cpp", "User") ; `
+          Invoke-WebRequest https://gitSetEnvironmentVariablehub.com/lexxmark/winflexbison/releases/download/v2.5.24/win_flex_bison-2.5.24.zip -OutFile D:\a\cpp\win_flex_bison.zip ; `

Review comment:
       why change the url?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org