mirror of https://github.com/encounter/objdiff.git
ci: Remove condition for check job
This commit is contained in:
parent
eebcb51d0d
commit
afe24367f8
|
@ -14,7 +14,6 @@ jobs:
|
||||||
RUSTFLAGS: -D warnings
|
RUSTFLAGS: -D warnings
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: matrix.platform == 'ubuntu-latest'
|
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libgtk-3-dev
|
sudo apt install libgtk-3-dev
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue