From cc6f65ea1f42e15dd1f3123e60d6e79a49a926f8 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 26 Jul 2024 15:52:04 +0200 Subject: [PATCH] fix ci script --- .github/workflows/dart_bindings.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dart_bindings.yaml b/.github/workflows/dart_bindings.yaml index 0196aba4..4fc1640b 100644 --- a/.github/workflows/dart_bindings.yaml +++ b/.github/workflows/dart_bindings.yaml @@ -7,9 +7,6 @@ permissions: pull-requests: write jobs: android: - strategy: - matrix: - coin: [monero, wownero] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -22,7 +19,7 @@ jobs: with: channel: stable - name: generate bindings - run: + run: | cd impls/monero.dart ./update_bindings.sh - name: check if git tree is clean @@ -38,4 +35,5 @@ jobs: with: issue-number: ${{ github.event.pull_request.number }} body: | + Invalid bindings found in monero.dart, make sure to run `./impls/monero.dart/update_bindings.sh` \ No newline at end of file