Skip to content

Commit 5a1c921

Browse files
authored
chore(GHA): fix dafny_interop_java (#1283)
1 parent 1e6be80 commit 5a1c921

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dafny-interop.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ on:
77
workflow_dispatch:
88
inputs:
99
mpl-dafny:
10-
description: "The Dafny version to compile the MPL with (4.2.0, dafny-nightly, etc..)"
10+
description: "The Dafny version to compile the MPL with (4.2.0, nightly-latest, etc..)"
1111
required: true
1212
type: string
1313
mpl-commit:
14-
description: "The MPL commit to use"
14+
description: "The MPL branch/commit to use"
1515
required: false
16-
default: "HEAD"
16+
default: "main"
1717
type: string
1818
dbesdk-dafny:
19-
description: "The Dafny version to compile the DBESDK with (4.2.0, dafny-nightly, etc..)"
19+
description: "The Dafny version to compile the DBESDK with (4.2.0, nightly-latest, etc..)"
2020
required: true
2121
type: string
2222

.github/workflows/dafny_interop_java.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
java-version: ${{ matrix.java-version }}
6464

6565
- name: Build MPL with Dafny ${{inputs.mpl-dafny}}
66-
working-directory: submodules/MaterialProviders/submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders
66+
working-directory: submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders
6767
run: |
6868
# This works because `node` is installed by default on GHA runners
6969
CORES=$(node -e 'console.log(os.cpus().length)')

0 commit comments

Comments
 (0)