diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-17 11:28:16 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-17 11:28:16 +0100 |
| commit | 63f6c2ac8a945474ac9035f6e35074976b22a52e (patch) | |
| tree | 250cfb9d12d3d163b8584c5b77acffbe54325a89 | |
| parent | e64ac9c4f14f9c0e45606fe67aeeeb3a5f9af777 (diff) | |
Ci improvements and fixes
| -rw-r--r-- | .github/workflows/dart_bindings.yaml | 1 | ||||
| -rw-r--r-- | .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 }} |
