Skip to content

Commit

Permalink
Revert package-ubuntu-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojemiru committed Oct 17, 2023
1 parent 45b5df0 commit 022b8e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package-ubuntu-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ jobs:
- run: haxelib install uuid
- run: haxelib git castle https://github.com/ncannasse/castle
- run: haxelib git heaps https://github.com/deepnight/heaps.git
- run: haxelib git electron https://github.com/tong/hxelectron.git
- run: haxelib git hxnodejs https://github.com/HaxeFoundation/hxnodejs.git
- run: haxelib git electron https://github.com/tong/hxelectron.git
- run: haxelib git heaps-aseprite https://github.com/AustinEast/heaps-aseprite.git

# Install haxe API from same branch (if it exists)...
- name: Install Haxe API from same branch
id: installApiBranch
run: haxelib git ldtk-haxe-api https://github.com/lojemiru/ldtk-haxe-api.git ${{ steps.branch.outputs.v }} --always
run: haxelib git ldtk-haxe-api https://github.com/deepnight/ldtk-haxe-api.git ${{ steps.branch.outputs.v }} --always
continue-on-error: true
# ... or from master otherwise
- name: Install Haxe API from master
if: steps.installApiBranch.outcome == 'failure'
run: |
haxelib remove ldtk-haxe-api
haxelib git ldtk-haxe-api https://github.com/lojemiru/ldtk-haxe-api.git --always
haxelib git ldtk-haxe-api https://github.com/deepnight/ldtk-haxe-api.git --always
# Install deepnightLibs
- run: haxelib git deepnightLibs https://github.com/deepnight/deepnightLibs.git --always
Expand Down

0 comments on commit 022b8e1

Please sign in to comment.