Change from command to action for rust

This commit is contained in:
Marie 2022-11-03 07:04:27 +01:00 committed by GitHub
parent 082b9eae1b
commit e15d20345f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,12 +46,13 @@ jobs:
DEBIAN_FRONTEND: noninteractive
steps:
- name: Install Deps & Rust
- name: Install Deps
run: |
apt update
apt install -y libgtk-4-1 libgtk-4-dev libadwaita-1-0 libadwaita-1-dev git curl openssl libssl-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y
- uses: dtolnay/rust-toolchain@stable
- name: Checkout
uses: actions/checkout@v3
with: