ci: debug private flake input
This commit is contained in:
parent
8964a0c3a3
commit
c5fe176f38
1 changed files with 3 additions and 1 deletions
4
.github/workflows/check.yaml
vendored
4
.github/workflows/check.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue