From 7e4984fe5a894a4f1178d9d05d81e3ea2bd8546b Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Thu, 18 Apr 2024 21:50:45 +0200 Subject: [PATCH] updated haxeparser lib --- .github/workflows/formatter.yml | 2 +- haxe_libraries/haxeparser.hxml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index 421ccfd..3ba512a 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -74,5 +74,5 @@ jobs: # name: formatter.js # path: bin/formatter.js - name: Upload results to codecov - if: success() && matrix.platform == 'ubuntu-latest' && (matrix.haxe-version == '4.3.4') + if: success() && matrix.platform == 'ubuntu-latest' && (matrix.haxe-version != 'nightly') run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" diff --git a/haxe_libraries/haxeparser.hxml b/haxe_libraries/haxeparser.hxml index c55c6ed..4c88822 100644 --- a/haxe_libraries/haxeparser.hxml +++ b/haxe_libraries/haxeparser.hxml @@ -1,4 +1,4 @@ -# @install: lix --silent download "gh://github.com/HaxeCheckstyle/haxeparser#aaba9287c53af55b253b2d1069582731ffa5f93f" into haxeparser/4.3.0-rc.1/github/aaba9287c53af55b253b2d1069582731ffa5f93f +# @install: lix --silent download "gh://github.com/HaxeCheckstyle/haxeparser#a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2" into haxeparser/4.3.0-rc.1/github/a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2 -lib hxparse --cp ${HAXE_LIBCACHE}/haxeparser/4.3.0-rc.1/github/aaba9287c53af55b253b2d1069582731ffa5f93f/src +-cp ${HAXE_LIBCACHE}/haxeparser/4.3.0-rc.1/github/a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2/src -D haxeparser=4.3.0-rc.1 \ No newline at end of file