Skip to content

Commit 8a325e8

Browse files
committed
pass in dafny version
1 parent efe69df commit 8a325e8

File tree

3 files changed

+5
-70
lines changed

3 files changed

+5
-70
lines changed

.github/actions/mpl-head/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "Check Out and update files with MPL-HEAD"
22
description: "Updates the MPL submodule to point at HEAD and updates the files that depend on the version defined in project.properties"
33
inputs:
4+
dafny:
5+
description: "The Dafny version to run"
6+
required: true
7+
type: string
48
update-and-regenerate-mpl:
59
description: "Locally update MPL to the tip of master and regenerate its code"
610
required: true

.github/actions/mpl-head/mpl_head_codegen.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/ci_codegen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- uses: ./.github/actions/mpl-head
4343
if: ${{ inputs.mpl-head == true }}
4444
with:
45+
dafny: ${{ env.DAFNY_VERSION }}
4546
update-and-regenerate-mpl: true
4647

4748
# Only used to format generated code

0 commit comments

Comments
 (0)