From 798a8d03e65e2a121719c78356b85b21e1a8e38f Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Mon, 29 Jul 2024 21:36:59 +0200 Subject: [PATCH] Attempt to run CI without installing rak first But with installing JSON::Fast first without running tests --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a9aa4d0..1afbf2d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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