Skip to content

Commit

Permalink
added lix download for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Dec 1, 2019
1 parent bb439ee commit d825eb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tokentree-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
run: |
(cd checkstyle; npx lix download haxe ${{ matrix.haxe-version }})
(cd checkstyle; npx lix use haxe ${{ matrix.haxe-version }})
- name: Run lix download for checkstyle
run: (cd checkstyle; npx lix download)
- name: Setup tokentree dev for checkstyle
run: |
(cd checkstyle/haxe_libraries; echo "-cp ../src" > tokentree.hxml)
Expand Down

0 comments on commit d825eb1

Please sign in to comment.