summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMister X <MisterX2000@users.noreply.github.com>2025-04-10 16:44:46 +0200
committerMister X <MisterX2000@users.noreply.github.com>2025-04-10 16:44:46 +0200
commit809515acbf070dad9c7d9d56a5dca09f00a59009 (patch)
tree72bc7843ca0547ae0b4f226e4e2b4342553a2d1d
parent4fa818fe1cc20d185e9410b50207aea31967320f (diff)
add disable fail-fast to ant build
-rw-r--r--.github/workflows/ant-build-release.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ant-build-release.yaml b/.github/workflows/ant-build-release.yaml
index 5174008fa..89d50ffcd 100644
--- a/.github/workflows/ant-build-release.yaml
+++ b/.github/workflows/ant-build-release.yaml
@@ -17,6 +17,7 @@ permissions:
jobs:
build:
strategy:
+ fail-fast: false
matrix:
#os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]