Skip to content

Commit 4907ec2

Browse files
committed
install nightly swift in both CI jobs
1 parent f7bd174 commit 4907ec2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
@@ -75,6 +75,8 @@ jobs:
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"

0 commit comments

Comments
 (0)