We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac38a44 commit 0385265Copy full SHA for 0385265
.github/actions/do-build/action.yml
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -42,7 +42,7 @@ runs:
42
- name: 'Build'
43
id: build
44
run: >
45
- make LOG=info ${{ inputs.make-target }}
+ make -k LOG=info ${{ inputs.make-target }}
46
|| bash ./.github/scripts/gen-build-failure-report.sh "$GITHUB_STEP_SUMMARY"
47
shell: bash
48
0 commit comments