Skip to content

Commit 2b7daba

Browse files
committed
Add cargo to path
1 parent e32419d commit 2b7daba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.circleci/continue_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,7 @@ jobs:
14131413
apt update
14141414
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
14151415
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
14161417
- run: git config --global --add safe.directory /home/circleci/datadog/appsec/third_party/libddwaf
14171418
- run:
14181419
name: CMake

0 commit comments

Comments
 (0)