From 7e50518cdd43b9b657bc7378093d4ab32f0c9288 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Tue, 30 Jul 2024 11:21:24 +0200 Subject: [PATCH] Revert "Attempt to run CI without installing rak first" This reverts commit 798a8d03e65e2a121719c78356b85b21e1a8e38f. --- .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 1afbf2d..a9aa4d0 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 JSON::Fast - run: zef install JSON::Fast --/test + - name: Install rak + run: zef install rak - name: Install Dependencies run: zef install --/test --test-depends --deps-only . - name: Run Special Tests