This commit is contained in:
parent
04b46dc9c0
commit
6ed07fd329
@ -29,6 +29,7 @@ jobs:
|
|||||||
apt-get update; apt-get install -y libdbus-1-3 libdbus-1-dev libdbus-1-3 pkg-config
|
apt-get update; apt-get install -y libdbus-1-3 libdbus-1-dev libdbus-1-3 pkg-config
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/inst_rustup.sh
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/inst_rustup.sh
|
||||||
bash /tmp/inst_rustup.sh -y
|
bash /tmp/inst_rustup.sh -y
|
||||||
|
source /root/.cargo/env
|
||||||
rustup toolchain install stable-x86_64-unknown-linux-gnu
|
rustup toolchain install stable-x86_64-unknown-linux-gnu
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user