CI: Set the variable correctly

This commit is contained in:
Jan-Erik Rediger 2022-04-14 15:03:00 +02:00 коммит произвёл Jan-Erik Rediger
Родитель edef56b343
Коммит 56b6d1a404
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ commands:
command: |
echo "export RUST_BACKTRACE=1" >> $BASH_ENV
echo "export RUST_LOG=glean_core=debug" >> $BASH_ENV
echo "export CARGO_NET_GIT_FETCH_WITH_CLI=1" >> $BASH_ENV
echo "export CARGO_NET_GIT_FETCH_WITH_CLI=true" >> $BASH_ENV
- run:
name: Setup Rust toolchain
command: |