Skip to content

Commit

Permalink
print env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 2, 2024
1 parent 93982bc commit 49e6ef9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
usesh: true
prepare: |
set -e
find .
printenv
find /
./scripts/internal/install-sysdeps.sh
run: |
set -e
Expand All @@ -38,7 +39,8 @@ jobs:
usesh: true
prepare: |
set -e
find .
printenv
find /
./scripts/internal/install-sysdeps.sh
run: |
set -e
Expand All @@ -55,7 +57,8 @@ jobs:
usesh: true
prepare: |
set -e
find .
printenv
find /
./scripts/internal/install-sysdeps.sh
run: |
set -e
Expand Down

0 comments on commit 49e6ef9

Please sign in to comment.