Update rust.yml
This commit is contained in:
parent
07e812a664
commit
b1e2d8da80
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue