diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b5538d6..7d711539 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,7 +71,7 @@ jobs: - checkout - run: name: install xargo - command: cargo install -f xargo; + command: rustup component add rust-src; cargo install -f xargo; - run: name: build command: xargo build --verbose --no-default-features --target=x86_64-unknown-linux-gnu;