Skip to content

Commit

Permalink
CI: pre-install path-utils first
Browse files Browse the repository at this point in the history
In the hope that that will help on Windows CI
  • Loading branch information
lizmat committed Jul 29, 2024
1 parent d4affcc commit 8bbe029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bbe029

Please sign in to comment.