mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
8
.github/actions/build-deps/action.yml
vendored
8
.github/actions/build-deps/action.yml
vendored
@@ -21,10 +21,6 @@ inputs:
|
||||
description: "The logging verbosity."
|
||||
required: false
|
||||
default: "verbose"
|
||||
sanitizers:
|
||||
description: "The sanitizers to enable ('Address+UndefinedBehaviour' or 'Thread+UndefinedBehaviour')."
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
@@ -39,10 +35,6 @@ runs:
|
||||
LOG_VERBOSITY: ${{ inputs.log_verbosity }}
|
||||
run: |
|
||||
echo 'Installing dependencies.'
|
||||
echo 'github.workspace === ${{ github.workspace }}'
|
||||
echo "GITHUB_WORKSPACE === $GITHUB_WORKSPACE"
|
||||
echo 'runner.workspace === ${{ runner.workspace }}'
|
||||
echo "RUNNER_WORKSPACE === $RUNNER_WORKSPACE"
|
||||
mkdir -p "${BUILD_DIR}"
|
||||
cd "${BUILD_DIR}"
|
||||
conan install \
|
||||
|
||||
Reference in New Issue
Block a user