From 9fc1e4e91a4d926764962efa5ff99bc10a59ba01 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 28 Dec 2024 18:53:06 -0800 Subject: [PATCH] ci: our GTK tests were installing Cachix twice --- .github/workflows/test.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1ea32a9c6..4f8d2671c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -376,15 +376,6 @@ jobs: -Dgtk-adwaita=${{ matrix.adwaita }} \ -Dgtk-x11=${{ matrix.x11 }} - # Install Nix and use that to run our tests so our environment matches exactly. - - uses: cachix/install-nix-action@v30 - with: - nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@v15 - with: - name: ghostty - authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - test-macos: runs-on: namespace-profile-ghostty-macos needs: test