Trying to find the issue with the build.

This commit is contained in:
Per Abich
2025-08-15 16:09:01 +02:00
committed by Guillaume Nodet
parent 24389ec946
commit cab6c69d3d
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ jobs:
include-hidden-files: 'true'
native-build:
name: 'Build with GraalVM on ${{ matrix.os }}'
name: 'Build with GraalVM on ${{ matrix.os }}-${{ matrix.arch }}'
if: startsWith(github.event.head_commit.message, '[release] Release ') != true
strategy:
fail-fast: false

View File

@@ -30,7 +30,7 @@ env:
jobs:
build:
name: 'Build with GraalVM on ${{ matrix.os }}'
name: 'Build with GraalVM on ${{ matrix.os }}-${{ matrix.arch }}'
strategy:
fail-fast: true
matrix: