Skip to content

Commit 526bb1c

Browse files
committed
test
1 parent feff650 commit 526bb1c

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ runs:
7373
esac
7474
echo "HAXELIB_PATH=$HAXELIB_PATH" | tee -a "$GITHUB_ENV"
7575
76-
haxelib config
76+
(set -x; haxelib config)
77+
78+
(set -x; haxelib --global update haxelib)
7779
7880
haxelibs='${{ inputs.haxe-libs }}'
7981
if [[ ${TEST_CPP:-} == "true" ]]; then

0 commit comments

Comments
 (0)