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:
42
42
# java-version: '22'
43
43
# cache: 'gradle'
44
44
- name : Install Nightly Swift
45
- run : " bash -xc './docker/install_nightly_untested_swift .sh'"
45
+ run : " bash -xc './docker/install_untested_nightly_swift .sh'"
46
46
# Cache .m2/repository
47
47
- name : Cache local Gradle repository
48
48
uses : actions/cache@v4
49
49
continue-on-error : true
50
50
with :
51
51
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') }}
53
53
restore-keys : |
54
54
${{ runner.os }}-gradle-cache
55
55
${{ runner.os }}-gradle-
75
75
run : apt-get -qq update && apt-get -qq install -y make curl wget
76
76
- name : Install JDK
77
77
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'"
78
80
- name : Generate sources (make) (Temporary)
79
81
# TODO: this should be triggered by the respective builds
80
82
run : " make jextract-run"
You can’t perform that action at this time.
0 commit comments