Skip to content

Commit

Permalink
fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jul 26, 2024
1 parent b61a230 commit cc6f65e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dart_bindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ permissions:
pull-requests: write
jobs:
android:
strategy:
matrix:
coin: [monero, wownero]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -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
Expand All @@ -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`

0 comments on commit cc6f65e

Please sign in to comment.