From 8bbe029a866c4ba081374f93ef909981462dd03f Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Mon, 29 Jul 2024 12:14:11 +0200 Subject: [PATCH] CI: pre-install path-utils first In the hope that that will help on Windows CI --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e667328..e112d83 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,6 +27,8 @@ jobs: - uses: Raku/setup-raku@v1 with: raku-version: ${{ matrix.raku-version }} + - name: Install path-utils + run: zef install path-utils - name: Install Dependencies run: zef install --/test --test-depends --deps-only . - name: Run Special Tests