Skip to content

Commit

Permalink
ci: our GTK tests were installing Cachix twice
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Dec 29, 2024
1 parent a2c446c commit 9fc1e4e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fc1e4e

Please sign in to comment.