From 3afde955a122ebe707940e180a4e32b4ec6c6d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Tue, 2 Jul 2024 20:27:54 +0200 Subject: [PATCH] Add comment to clarify build on macOS --- .github/workflows/actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e67aa7b..3c9cbab 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -183,6 +183,9 @@ jobs: strategy: matrix: perl: [38, 36] + #gsl: [2.7, 2.6] + # NOTE: on macos we will not build against a pre-installed gsl, this will cause + # Build.PL to download the latest gsl version from the internet instead steps: - uses: actions/checkout@v4 - name: set environment variables