Fix syntax error in workflows

This commit is contained in:
Stjepan Glavina 2020-06-21 22:49:59 +02:00
parent 9c7c2d8fb8
commit f376e8c3a3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
args: --all --bins
- name: Run cargo check
if: !startsWith(matrix.rust, '1.39.0')
if: startsWith(matrix.rust, '1.39.0') == false
uses: actions-rs/cargo@v1
with:
command: check