From b499452970331fa9368ca1a7228981d8a9467498 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Fri, 29 Nov 2024 16:00:29 +0000 Subject: [PATCH] Update .github/workflows/build-external.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MiƂosz Kosobucki --- .github/workflows/build-external.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-external.yml b/.github/workflows/build-external.yml index 7ef1210..c75af64 100644 --- a/.github/workflows/build-external.yml +++ b/.github/workflows/build-external.yml @@ -2,6 +2,9 @@ # # SPDX-License-Identifier: MIT +# Test on macOS with some dependencies provided externally by Homebrew. +# Both to validate the CMake setup for using system dependencies and to have early warning +# about incompatible changes in some fast-moving external libraries. name: Build against external 3rdparty on: [push, pull_request]