mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Use rust-beta, that may be required to build wasmtime
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ jobs:
|
||||
sudo apt-get install build-essential curl cmake
|
||||
displayName: Install system packages
|
||||
- script: |
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --channel=beta
|
||||
source ${HOME}/.cargo/env
|
||||
git clone --recursive https://github.com/CraneStation/wasmtime.git
|
||||
(cd wasmtime && cargo install --path .)
|
||||
|
||||
Reference in New Issue
Block a user