Skip to content

Commit

Permalink
[fix] ci: remove diagnostic endpoint
Browse files Browse the repository at this point in the history
Maybe it fixes the CI issues?
  • Loading branch information
jalil-salame authored and Jalil David Salamé Messina committed Aug 24, 2024
1 parent d0ead42 commit 09f036b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v13
with:
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux"
diagnostic-endpoint: ""
- uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Run `nix flake check`
run: |
Expand All @@ -28,6 +29,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v13
with:
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux"
diagnostic-endpoint: ""
- name: Build documentation
run: nix build .#docs --print-build-logs
- name: Upload artifact
Expand Down

0 comments on commit 09f036b

Please sign in to comment.