Update rust.yml

This commit is contained in:
Vladislav Nepogodin 2022-06-07 15:42:48 +04:00 committed by GitHub
parent 07e812a664
commit b1e2d8da80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt update
sudo apt install build-essential pkg-config libglib2.0-dev libgtk-3-dev
shell: bash
- name: Build
run: cargo build --verbose
- name: Run tests