We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd73a06 commit e1a4a6bCopy full SHA for e1a4a6b
.github/actions/do-build/action.yml
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2022, 2024, 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