Skip to content
Snippets Groups Projects
Commit 3ad076b6 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix missing ampersand

parent b73bbbc1
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -34,7 +34,7 @@ img: ...@@ -34,7 +34,7 @@ img:
cargo install cargo-config xargo && cargo install cargo-config xargo &&
pushd bootloader-efi && pushd bootloader-efi &&
rustup update && rustup update &&
mkdir -p "$HOME/.rustup/toolchains/nightly-*-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin" mkdir -p "$HOME/.rustup/toolchains/nightly-*-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin" &&
rustup component add rust-src && rustup component add rust-src &&
popd && popd &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment