mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
ci(check-and-build-and-test): wrap if
check in ${{
and }}
This commit is contained in:
@@ -236,6 +236,6 @@ jobs:
|
||||
working-directory: ${{ matrix.crate_directory }}
|
||||
|
||||
- name: Report actual MSRV and reason for failing the declared version
|
||||
if: steps.verify.outcome == "failure"
|
||||
if: ${{ steps.verify.outcome == "failure" }}
|
||||
run: cargo msrv find && exit 1
|
||||
working-directory: ${{ matrix.crate_directory }}
|
||||
|
Reference in New Issue
Block a user