From c5fe176f3889dc9c435505b1fcdb345fd657f5ec Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 19 Jan 2025 12:36:27 +1100 Subject: [PATCH] ci: debug private flake input --- .github/workflows/check.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index d635366..fc30185 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -18,7 +18,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Configure git - run: git config --global url."https://github.com/".insteadOf "git@github.com:" + run: | + git config --global url."https://github.com/".insteadOf "git@github.com:" + git config --global url."https://github.com/".insteadOf ssh://git@github.com/ - name: Setup Nix uses: DeterminateSystems/nix-installer-action@main - name: Magic Nix Cache