Skip to content

Commit 4e55979

Browse files
committed
fixup
1 parent 1abd7ba commit 4e55979

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ task:
77
- pkg install -y curl
88
- curl https://sh.rustup.rs -sSf --output rustup.sh
99
- sh rustup.sh -y
10+
- . $HOME/.cargo/env
1011
- rustup default stable
1112
test_script:
1213
- . $HOME/.cargo/env
@@ -18,6 +19,7 @@ task:
1819
- pkg install -y curl
1920
- curl https://sh.rustup.rs -sSf --output rustup.sh
2021
- sh rustup.sh -y
22+
- . $HOME/.cargo/env
2123
- rustup default nightly
2224
test_script:
2325
- . $HOME/.cargo/env

0 commit comments

Comments
 (0)