Skip to content

Commit c2db28c

Browse files
committed
debug
1 parent 97fce26 commit c2db28c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,14 @@ jobs:
7979
run: |
8080
rustc --print cfg | grep = > rustc.vars
8181
source rustc.vars
82+
env
8283
8384
if [ -z "${target_env}" ]; then
8485
export HOST="${target_arch}-${target_vendor}-${target_os}"
86+
echo "HOST=$HOST"
8587
else
8688
export HOST="${target_arch}-${target_vendor}-${target_os}-${target_env}"
89+
echo "HOST=$HOST"
8790
fi
8891
8992
if [ "$HOST" = "$TARGET" ]; then

0 commit comments

Comments
 (0)