We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75434fe commit d9dd202Copy full SHA for d9dd202
.github/workflows/checkstyle-linux.yml
@@ -49,8 +49,9 @@ jobs:
49
cd ~/haxe/haxe_libraries/hxcpp/4.2.0/github/75b25c32b14a8989af59371589b00735e1630697/
50
pwd
51
npx haxelib dev hxcpp .
52
- (cd tools/build; pwd; npx haxe compile.hxml)
53
- (cd tools/hxcpp; pwd; npx haxe compile.hxml)
+ cd tools/hxcpp
+ pwd
54
+ npx haxe compile.hxml
55
- name: Build neko versions
56
run: |
57
npx haxe build.hxml
0 commit comments