Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 6a50d0e

Browse files
committed
Install and use justfile
1 parent fc84be7 commit 6a50d0e

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_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-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-ffi/bindings-swift

0 commit comments

Comments
 (0)