Skip to content

Commit

Permalink
Install JSON::Fast first in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 29, 2024
1 parent 14ea55e commit 40f7c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
- name: Install JSON::Fast::Hyper
run: zef install JSON::Fast::Hyper
- name: Install JSON::Fast
run: zef install JSON::Fast
- name: Install rak
run: zef install rak
- name: Install Dependencies
Expand Down

0 comments on commit 40f7c90

Please sign in to comment.