File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 21
21
git checkout main
22
22
git pull
23
23
git submodule update --init --recursive
24
- cat project.properties
25
24
26
25
- name : Get the MPL version from the MPL submodule
27
26
id : read_property
33
32
- name : Update top-level project.properties file
34
33
shell : bash
35
34
run : |
36
- sed "s/mplDependencyJavaVersion=.*/mplDependencyJavaVersion=${{steps.read_property.outputs.mplVersion}}/g" project.properties > project.properties2; mv project.properties2 project.properties
37
- cat project.properties
35
+ sed "s/mplDependencyJavaVersion=.*/mplDependencyJavaVersion=${{steps.read_property.outputs.mplVersion}}/g" project.properties > project.properties2; mv project.properties2 project.properties
Original file line number Diff line number Diff line change 30
30
env :
31
31
DOTNET_CLI_TELEMETRY_OPTOUT : 1
32
32
DOTNET_NOLOGO : 1
33
- DAFNY_VERSION : ${{inputs.dafny}}
34
33
steps :
35
34
- name : Support longpaths
36
35
run : |
You can’t perform that action at this time.
0 commit comments