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