From 85ae7cf09fd5c01ddd26f4b44535dfec9c1fad0f Mon Sep 17 00:00:00 2001 From: Ed J Date: Wed, 10 Jan 2024 18:15:31 +0000 Subject: [PATCH] try windows-2019 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 964a21912..39985487b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,9 @@ jobs: set -e ( [ -f Makefile ] || $MYPERL Makefile.PL ) && make disttest + - name: try + run: "where *make" + - name: Run tests after install (no coverage) if: '!matrix.coverage && matrix.test-installed' run: |