Skip to content

Commit

Permalink
Update hxcpp to 4.3.56
Browse files Browse the repository at this point in the history
(reference #123 )
  • Loading branch information
piotrzarzycki21 committed Aug 23, 2024
1 parent 532fad5 commit 311b6c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: ${{ !inputs.caching || !steps.cache-bin.outputs.cache-hit }}
working-directory: Build
run: |
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git v4.3.49
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git v4.3.56
pushd .
cd /opt/hostedtoolcache/haxe/4.3.4/x64/lib/hxcpp/git/tools/hxcpp
haxe compile.hxml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
if: ${{ !inputs.caching || !steps.cache-bin.outputs.cache-hit }}
working-directory: Build
run: |
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git v4.3.49
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git v4.3.56
pushd .
cd /Users/runner/hostedtoolcache/haxe/4.3.4/x64/lib/hxcpp/git/tools/hxcpp
haxe compile.hxml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
if: ${{ !inputs.caching || !steps.cache-bin.outputs.cache-hit }}
working-directory: Build
run: |
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git v4.3.49
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git v4.3.56
pushd .
cd C:\hostedtoolcache\windows\haxe\4.3.4\x64\lib\hxcpp\git\tools\hxcpp
haxe compile.hxml
Expand Down

0 comments on commit 311b6c4

Please sign in to comment.