Skip to content

Commit

Permalink
Install and use justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Mar 25, 2024
1 parent 96d1a07 commit 4dd70fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-swift-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ jobs:
path: dist
ssh-key: ${{ secrets.NOSTR_SDK_SWIFT_DEPLOY_KEY }}

- name: Install just
run: cargo install just

- name: Build Swift bindings
working-directory: build/bindings/nostr-sdk-ffi
run: |
make init
make bindings-swift
just init
just bindings-swift
- name: Compress XCFramework
working-directory: build/bindings/nostr-sdk-ffi/bindings-swift
Expand Down

0 comments on commit 4dd70fa

Please sign in to comment.