Set nightly as default
This commit is contained in:
parent
b97b96097c
commit
48af7f3a95
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -29,6 +29,8 @@ jobs:
|
||||
echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ bionic main' | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null || echo 1;
|
||||
- name: Install binary compressor
|
||||
run: sudo apt-get update && sudo apt-get install upx-ucl xcb libxcb-shape0 libxcb-xfixes0 libxcb-record0 libxcb-shape0-dev libxcb-xfixes0-dev libxcb-record0-dev cmake
|
||||
- name: Add nightly
|
||||
run: rustup default nightly
|
||||
- name: Add target
|
||||
run: rustup target install x86_64-unknown-linux-musl
|
||||
- name: Run fmt check
|
||||
|
Loading…
Reference in New Issue
Block a user