Skip to content

Commit

Permalink
chore: build all in parallel since they own their own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mworzala committed Jul 2, 2024
1 parent 214d639 commit 4b1cd62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
name: luau-natives-${{ matrix.name }}-${{ github.ref_name }}.jar
path: native/build/libs/luau-natives-${{ matrix.name }}-${{ github.ref_name }}.jar
build-core:
needs: [ build-natives ]
runs-on: ubuntu-latest
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit 4b1cd62

Please sign in to comment.