Skip to content

Commit

Permalink
enable zano for other targets
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Dec 11, 2024
1 parent 8130875 commit e60f392
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/full_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
coin: [monero, wownero]
coin: [monero, wownero, zano]
runs-on: ubuntu-latest
container:
image: ubuntu:24.04
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
strategy:
fail-fast: false
matrix:
coin: [monero, wownero]
coin: [monero, wownero, zano]
name: macos build
runs-on: macos-14
steps:
Expand All @@ -210,7 +210,7 @@ jobs:
xcode-version: '15.4'
- name: install dependencies
run: |
brew install ccache binutils pigz autoconf automake libtool
brew install ccache binutils pigz autoconf automake libtool pkg-config
- name: Patch sources
run: |
git config --global --add safe.directory '*'
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
xcode-version: '16.1'
- name: install dependencies
run: |
brew install ccache unbound [email protected] zmq autoconf automake libtool && brew link [email protected]
brew install ccache cmake autoconf automake libtool
- name: Patch sources
run: |
git config --global --add safe.directory '*'
Expand Down

0 comments on commit e60f392

Please sign in to comment.