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

This commit is contained in:
Peter Dimov
2026-07-07 21:48:35 +03:00
parent 6896740cc5
commit 72a3f7c9f3
+1 -1
View File
@@ -423,7 +423,7 @@ jobs:
- name: Test Boost - name: Test Boost
run: | run: |
cd status cd status
../b2 -j3 quick ../b2 -j3 pch=off quick
# Win Arm64 CMake job # Win Arm64 CMake job
cmake-install-windows-arm64: cmake-install-windows-arm64: