Skip to content

Commit

Permalink
fix: testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Mar 22, 2024
1 parent d9f1f4a commit 3a4a67d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Native build test

on:
workflow_dispatch:

jobs:
# Build native executable per runner
package:
needs: [ maven-release ]
name: 'Build with Graal on ${{ matrix.os }}'
strategy:
fail-fast: true
Expand Down

0 comments on commit 3a4a67d

Please sign in to comment.