Skip to content

Commit

Permalink
updated haxeparser lib
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Apr 18, 2024
1 parent 1f9026c commit 7e4984f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions haxe_libraries/haxeparser.hxml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7e4984f

Please sign in to comment.