Skip to content

Commit 6d5a5c8

Browse files
committed
test
1 parent feff650 commit 6d5a5c8

File tree

1 file changed

+2
-1
lines changed
  • .github/actions/internal/install-haxelibs

1 file changed

+2
-1
lines changed

.github/actions/internal/install-haxelibs/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ runs:
7373
esac
7474
echo "HAXELIB_PATH=$HAXELIB_PATH" | tee -a "$GITHUB_ENV"
7575
76-
haxelib config
76+
(set -x; haxelib version)
77+
(set -x; haxelib config)
7778
7879
haxelibs='${{ inputs.haxe-libs }}'
7980
if [[ ${TEST_CPP:-} == "true" ]]; then

0 commit comments

Comments
 (0)