Skip to content

Commit 7bfd6a8

Browse files
ci: update CI to conform with the new swift ffi lib target path
1 parent 8776930 commit 7bfd6a8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/actions/make/bindings-swift/action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ runs:
1515
gh-token: ${{ inputs.gh-token }}
1616
artifact-generation: ${{ inputs.artifact-generation }}
1717

18-
- name: fetch ffi library
19-
uses: ./.github/actions/make/ffi-library
18+
- name: fetch or make Swift FFI library
19+
uses: ./.github/actions/make
2020
with:
21+
key: swift-ffi-library
22+
make-rule: swift-ffi-library
23+
target-path: target/swift-bindgen/release/libcore_crypto_ffi.dylib
2124
gh-token: ${{ inputs.gh-token }}
25+
uses-rust: true
2226
artifact-generation: ${{ inputs.artifact-generation }}
2327

2428
- uses: ./.github/actions/make

0 commit comments

Comments
 (0)