Skip to content

Commit 3213879

Browse files
committed
update
1 parent 84abbd4 commit 3213879

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ runs:
2121
git checkout main
2222
git pull
2323
git submodule update --init --recursive
24-
cat project.properties
2524
2625
- name: Get the MPL version from the MPL submodule
2726
id: read_property
@@ -33,5 +32,4 @@ runs:
3332
- name: Update top-level project.properties file
3433
shell: bash
3534
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

.github/workflows/ci_codegen.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
env:
3131
DOTNET_CLI_TELEMETRY_OPTOUT: 1
3232
DOTNET_NOLOGO: 1
33-
DAFNY_VERSION: ${{inputs.dafny}}
3433
steps:
3534
- name: Support longpaths
3635
run: |

0 commit comments

Comments
 (0)