Skip to content

Commit

Permalink
Update lime to 8.2.1
Browse files Browse the repository at this point in the history
(reference #123)
  • Loading branch information
piotrzarzycki21 committed Dec 2, 2024
1 parent 25aa6ca commit df1bc68
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 @@ -115,7 +115,7 @@ jobs:
cd /opt/hostedtoolcache/haxe/${{env.haxe_version}}/x64/lib/hxcpp/git/tools/hxcpp
haxe compile.hxml
popd
haxelib install lime 8.2.0
haxelib install lime 8.2.1
haxelib install format
haxelib install hxp
haxelib install yaml
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 @@ -104,7 +104,7 @@ jobs:
cd /Users/runner/hostedtoolcache/haxe/${{env.haxe_version}}/x64/lib/hxcpp/git/tools/hxcpp
haxe compile.hxml
popd
haxelib install lime 8.2.0
haxelib install lime 8.2.1
haxelib install format
haxelib install hxp
haxelib install yaml
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 @@ -104,7 +104,7 @@ jobs:
cd C:\hostedtoolcache\windows\haxe\${{env.haxe_version}}\x64\lib\hxcpp\git\tools\hxcpp
haxe compile.hxml
popd
haxelib install lime 8.2.0
haxelib install lime 8.2.1
haxelib install format
haxelib install hxp
haxelib install yaml
Expand Down

0 comments on commit df1bc68

Please sign in to comment.