Skip to content

Commit

Permalink
CI: remove macos-ndll dependency from ios-ndll.
Browse files Browse the repository at this point in the history
We want as few steps as possible to have to wait for macos-ndll. There's no way around package-haxelib, but `-eval` gives us a much better option for ios-ndll.
  • Loading branch information
player-03 committed Jan 12, 2024
1 parent d3771bb commit dc02d9d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ jobs:
if-no-files-found: error

ios-ndll:
needs: macos-ndll
runs-on: macos-11
steps:

Expand Down Expand Up @@ -295,17 +294,11 @@ jobs:
- name: Rebuild Lime tools
run: |
haxelib dev lime ${{ github.workspace }}
haxelib run lime rebuild tools -nocolor -verbose -nocffi
haxelib run lime setup -alias -y -nocffi
- uses: actions/download-artifact@v3
with:
name: Mac64-NDLL
path: ndll/Mac64/
haxelib run lime setup -alias -y -nocffi -eval
- name: Rebuild Lime (iOS)
run: |
lime rebuild ios -clean -release -verbose -nocolor
lime rebuild ios -clean -release -verbose -nocolor -eval
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit dc02d9d

Please sign in to comment.