Updates CI config.
This commit is contained in:
@@ -21,9 +21,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: install libgtk-dev libwebkit2gtk-4.0
|
||||
- name: Install libgtk-dev libwebkit2gtk-4.0
|
||||
run: sudo apt update && sudo apt install libwebkit2gtk-4.0-dev
|
||||
if: contains(matrix.os, 'ubuntu')
|
||||
- name: Update Rust
|
||||
run: rustup update stable
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user