replace tree by ls -R

This commit is contained in:
Clément DOUIN 2024-04-19 11:57:59 +02:00
parent 849deb9a20
commit b4fcb427a4
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -37,4 +37,4 @@ jobs:
run: |
nix build -L .#${{ matrix.target }}
nix run -L .#${{ matrix.target }} -- --version
tree result
ls -R result