From c1489fff7b8245c8f40b4610d8999a82c0bb2d51 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 17 May 2024 11:37:53 -0300 Subject: [PATCH] Remove more tests --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fee5d1d..c6ed1ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,18 +222,10 @@ jobs: - key: url value: https://github.com/DeterminateSystems/nix-installer/releases/download/v0.18.0/nix-installer-x86_64-linux nix-version: "2.21.2" - # https://github.com/DeterminateSystems/nix-installer/pull/738 - - key: pr - value: "738" - nix-version: "2.18.1" # https://github.com/DeterminateSystems/nix-installer/tree/7011c077ec491da410fbc39f68676b0908b9ce7e - key: revision value: 7011c077ec491da410fbc39f68676b0908b9ce7e nix-version: "2.19.2" - # https://github.com/DeterminateSystems/nix-installer/tree/v0.14.0 - - key: tag - value: v0.14.0 - nix-version: "2.18.0" steps: - uses: actions/checkout@v4