Skip to content

Commit 5e2da93

Browse files
committed
tweak CI
1 parent 02bcb24 commit 5e2da93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ main() {
3434

3535
# test crate
3636
cargo init --name foo $td
37-
echo 'cortex-m = "0.2.0"' >> $td/Cargo.toml
37+
echo 'cortex-m = { git = "https://github.com/japaric/cortex-m" }' >> $td/Cargo.toml
38+
echo 'cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt" }' >> $td/Cargo.toml
3839
echo 'vcell = "0.1.0"' >> $td/Cargo.toml
3940

4041
case $VENDOR in

0 commit comments

Comments
 (0)