We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea034e commit f9c9669Copy full SHA for f9c9669
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
run: lix download
61
62
- name: Debug
63
- run: haxelib path hxcpp
+ run: pushd /root/haxe/haxe_libraries/hxcpp/4.3.0/github/01cfee282a9a783e10c5a7774a3baaf547e6b0a7/tools/hxcpp && haxe compile.hxml && popd
64
65
- name: Run Test
66
run: lix run travix ${{ matrix.target }}
0 commit comments