mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
2
.github/actions/build-deps/action.yml
vendored
2
.github/actions/build-deps/action.yml
vendored
@@ -37,7 +37,7 @@ runs:
|
||||
BUILD_OPTION: ${{ inputs.force_build == 'true' && '*' || 'missing' }}
|
||||
BUILD_TYPE: ${{ inputs.build_type }}
|
||||
LOG_VERBOSITY: ${{ inputs.log_verbosity }}
|
||||
ASAN_OPTIONS: suppressions=${GITHUB_WORKSPACE}/external/asan_suppressions.txt
|
||||
ASAN_OPTIONS: suppressions=${{ GITHUB_WORKSPACE }}/external/asan_suppressions.txt
|
||||
run: |
|
||||
echo 'Installing dependencies.'
|
||||
echo $ASAN_OPTIONS
|
||||
|
||||
Reference in New Issue
Block a user