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 67346f7 commit 75434feCopy full SHA for 75434fe
.github/workflows/checkstyle-linux.yml
@@ -46,11 +46,11 @@ jobs:
46
npx haxelib list
47
- name: Build hxcpp binary
48
run: |
49
- cd ~/haxe/haxe_libraries/hxcpp/4.2.0/github
50
- cd `ls`
+ cd ~/haxe/haxe_libraries/hxcpp/4.2.0/github/75b25c32b14a8989af59371589b00735e1630697/
+ pwd
51
npx haxelib dev hxcpp .
52
- (cd tools/build; npx haxe compile.hxml)
53
- (cd tools/hxcpp; npx haxe compile.hxml)
+ (cd tools/build; pwd; npx haxe compile.hxml)
+ (cd tools/hxcpp; pwd; npx haxe compile.hxml)
54
- name: Build neko versions
55
56
npx haxe build.hxml
0 commit comments