Skip to content

Commit

Permalink
Ci improvements and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Feb 17, 2025
1 parent e64ac9c commit 63f6c2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dart_bindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: 8BitJonny/[email protected]
id: PR
- uses: subosito/flutter-action@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/full_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 63f6c2a

Please sign in to comment.