From 63f6c2ac8a945474ac9035f6e35074976b22a52e Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Mon, 17 Feb 2025 11:28:16 +0100 Subject: Ci improvements and fixes --- .github/workflows/dart_bindings.yaml | 1 - .github/workflows/full_check.yaml | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dart_bindings.yaml b/.github/workflows/dart_bindings.yaml index a129853..131361e 100644 --- a/.github/workflows/dart_bindings.yaml +++ b/.github/workflows/dart_bindings.yaml @@ -10,7 +10,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - submodules: recursive - uses: 8BitJonny/gh-get-current-pr@3.0.0 id: PR - uses: subosito/flutter-action@v2 diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index e94e881..f59cad4 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -111,8 +111,11 @@ jobs: packages: ccache cmake autoconf automake libtool coin: [monero, wownero, zano] exclude: - - target: mingw - coin: zano + - coin: zano + target: mingw + os: ubuntu-latest + container: ubuntu:24.04 + packages: pigz build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 gperf gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-i686 runs-on: ${{ matrix.os }} container: ${{ matrix.container }} -- cgit v1.2.3