ci: our GTK tests were installing Cachix twice

This commit is contained in:
Mitchell Hashimoto
2024-12-28 18:53:06 -08:00
parent a2c446cb73
commit 9fc1e4e91a

View File

@ -376,15 +376,6 @@ jobs:
-Dgtk-adwaita=${{ matrix.adwaita }} \ -Dgtk-adwaita=${{ matrix.adwaita }} \
-Dgtk-x11=${{ matrix.x11 }} -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: test-macos:
runs-on: namespace-profile-ghostty-macos runs-on: namespace-profile-ghostty-macos
needs: test needs: test