smaller steps
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
testing nix stuff / nix (ubuntu-latest) (push) Successful in 8m0s

This commit is contained in:
2025-03-19 19:13:32 -05:00
parent 160da0b243
commit 32c4c9802b

View File

@@ -28,13 +28,9 @@ jobs:
# known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }}
#- name: Fix SSH key
# run: sed -i 's/\r$//g' /root/.ssh/gitea_action
- name: List SSH dir
run: ls /root/.ssh/
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: test ssh
run: ssh -p 2222 -T git@gitea.deepak.science
- name: Install Nix
uses: cachix/install-nix-action@v31
- run: nix build --version