diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6a3f4ce..a9aa4d0 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -30,10 +30,6 @@ jobs: - name: Ensure TMPDIR exists run: mkdir -p ${{ env.TMPDIR }} - - name: Tell zef version - run: zef --version - - name: Install JSON::Fast - run: zef install JSON::Fast --/test - name: Install rak run: zef install rak - name: Install Dependencies