Skip to content

Commit 4dd70fa

Browse files
committed
Install and use justfile
1 parent 96d1a07 commit 4dd70fa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish-swift-package.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ jobs:
2727
path: dist
2828
ssh-key: ${{ secrets.NOSTR_SDK_SWIFT_DEPLOY_KEY }}
2929

30+
- name: Install just
31+
run: cargo install just
32+
3033
- name: Build Swift bindings
3134
working-directory: build/bindings/nostr-sdk-ffi
3235
run: |
33-
make init
34-
make bindings-swift
36+
just init
37+
just bindings-swift
3538
3639
- name: Compress XCFramework
3740
working-directory: build/bindings/nostr-sdk-ffi/bindings-swift

0 commit comments

Comments
 (0)