CI: Run kani daily job with latest version
Version `0.49` of `kani` broke our daily CI job, there is now a new release out that fixes the issue. Remove the explicit `kani` version so we pull the latest version.
This commit is contained in:
parent
4a4e07d66a
commit
f162e13afb
|
@ -236,5 +236,4 @@ jobs:
|
||||||
- name: 'Kani build proofs'
|
- name: 'Kani build proofs'
|
||||||
uses: model-checking/kani-github-action@v1.1
|
uses: model-checking/kani-github-action@v1.1
|
||||||
with:
|
with:
|
||||||
kani-version: '0.48.0'
|
|
||||||
args: '--only-codegen'
|
args: '--only-codegen'
|
||||||
|
|
Loading…
Reference in New Issue