aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2022-11-27 14:57:06 -0800
committerMarco Poletti <poletti.marco@gmail.com>2022-11-27 14:57:06 -0800
commit86635fcf5a9f3392f85a5f4ff83f72e562f748b0 (patch)
treecd902be6b3a2fad715cd89fb592332e1692e5318
parentb33c000d9fbd0ae5f3ee161f2b7a1eae89d71a67 (diff)
downloadgoogle-fruit-86635fcf5a9f3392f85a5f4ff83f72e562f748b0.tar.gz
Use "libraries: headers" instead of "libraries: unordered" when installing Boost for Windows CI tests.
`unordered` is a header-only library so AFAICT it's lumped into `headers` and can't be specified individually.
-rw-r--r--.github/workflows/test-on-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-on-windows.yml b/.github/workflows/test-on-windows.yml
index 2160b3c..2c861c2 100644
--- a/.github/workflows/test-on-windows.yml
+++ b/.github/workflows/test-on-windows.yml
@@ -89,7 +89,7 @@ jobs:
if: matrix.config.use_boost
with:
version: 1.80.0
- libraries: unordered
+ libraries: headers
configuration: ${{matrix.config.config}}
- name: set-cmake-boost-flags
if: matrix.config.use_boost