Skip to content

Commit aaed61f

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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
@@ -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)