Set nightly as default

This commit is contained in:
Adrian Woźniak 2022-09-15 08:51:03 +02:00
parent b97b96097c
commit 48af7f3a95
No known key found for this signature in database
GPG Key ID: 0012845A89C7352B

View File

@ -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