File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4242 # java-version: '22'
4343 # cache: 'gradle'
4444 - name : Install Nightly Swift
45- run : " bash -xc './docker/install_nightly_untested_swift .sh'"
45+ run : " bash -xc './docker/install_untested_nightly_swift .sh'"
4646 # Cache .m2/repository
4747 - name : Cache local Gradle repository
4848 uses : actions/cache@v4
7575 run : apt-get -qq update && apt-get -qq install -y make curl wget
7676 - name : Install JDK
7777 run : " bash -xc 'JDK_VENDOR=${{ matrix.jdk_vendor }} ./docker/install_jdk.sh'"
78+ - name : Install Nightly Swift
79+ run : " bash -xc './docker/install_untested_nightly_swift.sh'"
7880 - name : Generate sources (make) (Temporary)
7981 # TODO: this should be triggered by the respective builds
8082 run : " make jextract-run"
You can’t perform that action at this time.
0 commit comments