File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
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
4949 continue-on-error : true
5050 with :
5151 path : ~/.gradle/caches
52- key : ${{ runner.os }}-gradle-cache-${{ hashFiles('**/build.gradle') }}-${{ ${{ hashFiles('**/build.gradle.kts') }} }}
52+ key : ${{ runner.os }}-gradle-cache-${{ hashFiles('**/build.gradle') }}-${{ hashFiles('**/build.gradle.kts') }}
5353 restore-keys : |
5454 ${{ runner.os }}-gradle-cache
5555 ${{ runner.os }}-gradle-
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