install wasm-toolchain build 26619 from deb
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
27f0b29188
commit
0676e8cbd7
@@ -8,6 +8,9 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
|
before_install:
|
||||||
|
- wget https://storage.googleapis.com/wasm-llvm/builds/linux/26619/wasm-toolchain_0.1.26619_amd64.deb
|
||||||
|
- sudo dpkg -i wasm-toolchain_0.1.26619_amd64.deb
|
||||||
install:
|
install:
|
||||||
- pip3 install --user --upgrade mypy flake8
|
- pip3 install --user --upgrade mypy flake8
|
||||||
- travis_wait ./check-rustfmt.sh --install
|
- travis_wait ./check-rustfmt.sh --install
|
||||||
|
|||||||
Reference in New Issue
Block a user