File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 59
59
git submodule update --init --recursive
60
60
git rev-parse HEAD
61
61
62
+ # Without this the if-dafny-at-least command includes "Downloading ..." output
63
+ - name : Arbitrary makefile target to force downloading Gradle
64
+ shell : bash
65
+ run : |
66
+ make -C submodules/MaterialProviders/StandardLibrary setup_net
67
+
62
68
- name : Setup Java ${{ matrix.java-version }}
63
69
uses : actions/setup-java@v4
64
70
with :
Original file line number Diff line number Diff line change 59
59
git submodule update --init --recursive
60
60
git rev-parse HEAD
61
61
62
+ # Without this the if-dafny-at-least command includes "Downloading ..." output
63
+ - name : Arbitrary makefile target to force downloading Gradle
64
+ shell : bash
65
+ run : |
66
+ make -C submodules/MaterialProviders/StandardLibrary setup_net
67
+
62
68
- name : Setup Java ${{ matrix.java-version }}
63
69
uses : actions/setup-java@v4
64
70
with :
Original file line number Diff line number Diff line change 68
68
git submodule update --init --recursive
69
69
git rev-parse HEAD
70
70
71
+ # Without this the if-dafny-at-least command includes "Downloading ..." output
72
+ - name : Arbitrary makefile target to force downloading Gradle
73
+ shell : bash
74
+ run : |
75
+ make -C submodules/MaterialProviders/StandardLibrary setup_net
76
+
71
77
- name : Setup Java ${{ matrix.java-version }}
72
78
uses : actions/setup-java@v4
73
79
with :
You can’t perform that action at this time.
0 commit comments