Skip to content

Commit 9b7c506

Browse files
committed
[skip ci] Add unused asan param to configure-x64 action
This param is passed by nightly to all branches. Add a unused argument to older branches to avoid a warning.
1 parent 5c21042 commit 9b7c506

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/configure-x64/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ inputs:
33
configurationParameters:
44
default: ''
55
required: false
6+
asan:
7+
default: false
8+
required: false
69
runs:
710
using: composite
811
steps:

0 commit comments

Comments
 (0)