Browse Source

Add pch=off to b2-windows-arm64 test phase

Peter Dimov 1 week ago
parent
commit
72a3f7c9f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -423,7 +423,7 @@ jobs:
       - name: Test Boost
         run: |
           cd status
-          ../b2 -j3 quick
+          ../b2 -j3 pch=off quick
 
   # Win Arm64 CMake job
   cmake-install-windows-arm64:

粤ICP备19079148号