Skip to content

Commit 18907f8

Browse files
committed
add gradle.properties to JNI example
1 parent f6cee38 commit 18907f8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ jobs:
142142
- uses: actions/checkout@v4
143143
- name: Prepare CI Environment
144144
uses: ./.github/actions/prepare_env
145-
- name: Prepare the action
146-
run: ./.github/scripts/prep-gh-action.sh --install-swiftly
147-
env:
148-
SWIFT_VERSION: "${{ matrix.swift_version }}"
149145
- name: "Verify sample: ${{ matrix.sample_app }}"
150146
run: .github/scripts/validate_sample.sh Samples/${{ matrix.sample_app }}
151147

@@ -172,5 +168,9 @@ jobs:
172168
- uses: actions/checkout@v4
173169
- name: Prepare CI Environment
174170
uses: ./.github/actions/prepare_env
171+
- name: Install Swiftly # we specifically install Swiftly in macOS jobs because we want a simpler way to find the right dylib paths for libraries
172+
run: ./.github/scripts/prep-gh-action.sh --install-swiftly
173+
env:
174+
SWIFT_VERSION: "${{ matrix.swift_version }}"
175175
- name: "Verify sample ${{ matrix.sample_app }}"
176176
run: .github/scripts/validate_sample.sh Samples/${{ matrix.sample_app }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../gradle.properties

0 commit comments

Comments
 (0)