Debugging
This commit is contained in:
parent
edef993195
commit
b3159d6388
|
@ -24,10 +24,7 @@ jobs:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
||||||
- name: Flake check
|
- name: Flake check
|
||||||
run: nix flake check
|
run: unset SSH_PRIVATE_KEY && unset AUTOUPDATE_TOKEN && sleep 900 && nix flake check
|
||||||
env:
|
|
||||||
ACTION_RUNTIME_TOKEN: ''
|
|
||||||
GITHUB_TOKEN: ''
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue