ci: Remove condition for check job

This commit is contained in:
Luke Street 2022-09-08 17:36:04 -04:00
parent eebcb51d0d
commit afe24367f8
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ jobs:
RUSTFLAGS: -D warnings
steps:
- name: Install dependencies
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt install libgtk-3-dev
- uses: actions/checkout@v2