Skip to content

Commit

Permalink
actions: build svg.n
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 27, 2023
1 parent d05f10b commit b330249
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ jobs:
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib install svg --quiet
- name: Enable HXCPP compile cache
run: |
Expand All @@ -348,6 +349,7 @@ jobs:
haxelib run lime rebuild tools -nocolor -verbose -nocffi
haxelib run lime setup -alias -y -nocffi
cp project/lib/hashlink/other/osx/entitlements.xml templates/bin/hl/entitlements.xml
- uses: actions/download-artifact@v3
with:
name: Android-NDLL
Expand Down Expand Up @@ -403,6 +405,11 @@ jobs:
name: Linux64-Hashlink
path: templates/bin/hl/Linux64

- name: Rebuild Lime svg.n
working-directory: tools
run: |
haxe svg.hxml
- uses: actions/upload-artifact@v3
with:
name: lime-haxelib
Expand Down

0 comments on commit b330249

Please sign in to comment.