We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baf7e5 commit 30ca75eCopy full SHA for 30ca75e
2 files changed
.github/workflows/sub-build-macos.yml
@@ -95,7 +95,7 @@ jobs:
95
run: |
96
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git v4.3.140 --always
97
pushd .
98
- cd ~/Desktop/Projects/actions-runner/Super.Human.Installer/_work/_tool/haxe/${{env.haxe_version}}/x64/lib/hxcpp/git/tools/hxcpp
+ cd "$(haxelib libpath hxcpp)tools/hxcpp"
99
haxe compile.hxml
100
popd
101
.github/workflows/sub-build-windows.yml
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
- cd D:\GA\SHI\_work\_tool\haxe\${{env.haxe_version}}\x64\lib\hxcpp\git\tools\hxcpp
114
115
116
haxelib install lime 8.3.1 --always
0 commit comments