Skip to content

Commit 30ca75e

Browse files
Trying to fix paths for hxcpp compilation
(reference #179 )
1 parent 3baf7e5 commit 30ca75e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sub-build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git v4.3.140 --always
9797
pushd .
98-
cd ~/Desktop/Projects/actions-runner/Super.Human.Installer/_work/_tool/haxe/${{env.haxe_version}}/x64/lib/hxcpp/git/tools/hxcpp
98+
cd "$(haxelib libpath hxcpp)tools/hxcpp"
9999
haxe compile.hxml
100100
popd
101101

.github/workflows/sub-build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git v4.3.140 --always
112112
pushd .
113-
cd D:\GA\SHI\_work\_tool\haxe\${{env.haxe_version}}\x64\lib\hxcpp\git\tools\hxcpp
113+
cd "$(haxelib libpath hxcpp)tools/hxcpp"
114114
haxe compile.hxml
115115
popd
116116
haxelib install lime 8.3.1 --always

0 commit comments

Comments
 (0)