We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a120a commit 334105fCopy full SHA for 334105f
ci/install.sh
@@ -18,6 +18,7 @@ main() {
18
19
mkdir qemu
20
curl -L https://github.com/japaric/qemu-bin/blob/master/14.04/qemu-system-arm-2.12.0 > qemu/qemu-system-arm
21
+ chmod +x qemu/qemu-system-arm
22
23
rustup component add llvm-tools-preview
24
0 commit comments