Skip to content

Commit

Permalink
Remove unneeded assemble linux step
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Apr 18, 2024
1 parent 5816e36 commit 9ab5dd5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/trigger_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,6 @@ jobs:
with:
godot-version: ${{ needs.setup-build-variables.outputs['godot-version'] }}

assemble-linux:
name: 🐧 Assemble linux
uses: ./.github/workflows/assemble_linux.yml
needs:
- setup-build-variables
- build-jvm
- build-linux
with:
godot-kotlin-jvm-version: ${{ needs.setup-build-variables.outputs['godot-kotlin-jvm-version'] }}
godot-version: ${{ needs.setup-build-variables.outputs['godot-version'] }}

test-linux:
name: 🐧 Test Linux
uses: ./.github/workflows/test_linux.yml
Expand Down

0 comments on commit 9ab5dd5

Please sign in to comment.