Skip to content

Commit

Permalink
Merge pull request #510 from anstadnik/anstadnik-patch-1
Browse files Browse the repository at this point in the history
Update build_and_test_bot.yml
  • Loading branch information
anstadnik authored May 10, 2024
2 parents f639f42 + 3bf1cfd commit 5b34dc4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_and_test_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,20 @@ jobs:
if: inputs.release
run: curl -L "docs.google.com/spreadsheets/d/${{ secrets.SHEET_ID }}/gviz/tq?tqx=out:csv&sheet=Ukrainian" -o table.csv

- uses: baptiste0928/cargo-install@v2
with:
crate: flutter_rust_bridge_codegen
version: 2.0.0-dev.32
- uses: subosito/flutter-action@v2
with:
channel: "stable"
cache: true
- name: Update bindings
run: flutter_rust_bridge_codegen generate
working-directory: app
env:
SHEET_ID: ${{ secrets.SHEET_ID }}
RUST_LOG: info
- name: Test and build release
if: inputs.release
env:
Expand Down

0 comments on commit 5b34dc4

Please sign in to comment.