We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32419d commit 2b7dabaCopy full SHA for 2b7daba
1 file changed
.circleci/continue_config.yml
@@ -1413,6 +1413,7 @@ jobs:
1413
apt update
1414
apt install -y wget sudo git g++ gcc gcovr cmake make curl libcurl4-gnutls-dev clang clang-tidy clang-format git php-dev php8.2-xml php-cgi
1415
curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal -y --default-toolchain "1.76.0"
1416
+ echo 'export PATH=${PATH}:$HOME/.cargo/bin' >> $BASH_ENV
1417
- run: git config --global --add safe.directory /home/circleci/datadog/appsec/third_party/libddwaf
1418
- run:
1419
name: CMake
0 commit comments