Update rust_build_and_test.yml

This commit is contained in:
Revertron
2021-02-23 00:05:01 +01:00
committed by GitHub
parent fc0ca6afd0
commit 259b5f846d
+5 -5
View File
@@ -13,16 +13,16 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macOS-latest]
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: install libgtk-dev libwebkit2gtk-4.0
run: sudo apt update && sudo apt install libwebkit2gtk-4.0-dev
if: contains(matrix.os, 'ubuntu')
run: sudo apt update && sudo apt install libwebkit2gtk-4.0-dev
if: contains(matrix.os, 'ubuntu')
- name: Build
run: cargo build --verbose
- name: Run tests