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 5959 git submodule update --init --recursive
6060 git rev-parse HEAD
6161
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+
6268 - name : Setup Java ${{ matrix.java-version }}
6369 uses : actions/setup-java@v4
6470 with :
Original file line number Diff line number Diff line change 5959 git submodule update --init --recursive
6060 git rev-parse HEAD
6161
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+
6268 - name : Setup Java ${{ matrix.java-version }}
6369 uses : actions/setup-java@v4
6470 with :
Original file line number Diff line number Diff line change 6868 git submodule update --init --recursive
6969 git rev-parse HEAD
7070
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+
7177 - name : Setup Java ${{ matrix.java-version }}
7278 uses : actions/setup-java@v4
7379 with :
You can’t perform that action at this time.
0 commit comments