diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-12-11 08:22:50 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-12-11 08:22:50 -0500 |
| commit | e60f392e46e824ada7ef949d6942583e0e8fa53a (patch) | |
| tree | 7cd2f6e5a7af81f4abdd5e4292c4a935037be4ab | |
| parent | 8130875630686a0e33bb4c92454519090c7c2be8 (diff) | |
enable zano for other targets
| -rw-r--r-- | .github/workflows/full_check.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index a8b31af..6fe6c5a 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -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 @@ -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: @@ -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 '*' @@ -271,7 +271,7 @@ jobs: xcode-version: '16.1' - name: install dependencies run: | - brew install ccache unbound boost@1.76 zmq autoconf automake libtool && brew link boost@1.76 + brew install ccache cmake autoconf automake libtool - name: Patch sources run: | git config --global --add safe.directory '*' |
