Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Mar 5, 2024
1 parent aa43659 commit 0f9efaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@ jobs:
toolchain: stable
profile: minimal
default: true
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Build counterparty-rs
uses: messense/maturin-action@v1
with:
args: --release --out dist --sdist -m ${{ env.COUNTERPARTY_RS_DIR }}/Cargo.toml
- name: Build counterparty-lib
run: |
brew install leveldb
python -m pip install --upgrade build
cd counterparty-lib && python -m build --out ../dist
- name: Build counterparty-cli
Expand Down

0 comments on commit 0f9efaa

Please sign in to comment.