Skip to content

Commit

Permalink
Attempt to run CI without installing rak first
Browse files Browse the repository at this point in the history
But with installing JSON::Fast first without running tests
  • Loading branch information
lizmat committed Jul 29, 2024
1 parent 5ebefa1 commit 798a8d0
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 798a8d0

Please sign in to comment.