File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ inputs:
4949 description : Will use the local mixin repository to avoid rate limits
5050 default : true
5151 required : false
52+ base-paths :
53+ description : List of base paths to consider for the build
54+ default : .
55+ required : false
5256
5357runs :
5458 using : composite
@@ -190,7 +194,8 @@ runs:
190194 --event-handlers console_cohesion+ \
191195 --packages-above-and-dependencies ${{ inputs.target-packages }} \
192196 --cmake-args -DCMAKE_BUILD_TYPE=${{ inputs.cmake-build-type }} \
193- --mixin coverage-gcc coverage-pytest compile-commands
197+ --mixin coverage-gcc coverage-pytest compile-commands \
198+ --base-paths ${{ inputs.base-paths }}
194199 mv /etc/nsswitch.conf.bak /etc/nsswitch.conf
195200 cat /etc/nsswitch.conf
196201 shell : bash
You can’t perform that action at this time.
0 commit comments