Skip to content

Commit

Permalink
Check is pre-installing JSON::Fast works
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 4, 2024
1 parent b53277c commit d2c0efa
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 @@ -30,8 +30,8 @@ jobs:

- name: Ensure TMPDIR exists
run: mkdir -p ${{ env.TMPDIR }}
- name: Install rak
run: zef install rak
- name: Install JSON::Fast
run: zef install JSON::Fast --/test
- name: Install Dependencies
run: zef install --/test --test-depends --deps-only .
- name: Run Special Tests
Expand Down

0 comments on commit d2c0efa

Please sign in to comment.