Skip to content

Commit 10649fd

Browse files
committed
WIP try to print nix.conf
1 parent 38500be commit 10649fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ jobs:
4141
- name: Test
4242
run: |
4343
nix develop --ignore-environment --keep HOME --command bash -c "go install && ~/go/bin/tinygo version && ~/go/bin/tinygo build -o test ./testdata/cgo"
44+
- name: Print Nix configuration
45+
run: |
46+
ls -l
47+
find . -name nix.conf -exec cat '{}' ';'

0 commit comments

Comments
 (0)