Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Oct 21, 2023
1 parent e52a55b commit 3863102
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
channel: "stable"

- name: Setup Flutter SDK
uses: subosito/flutter-action@v2 # Required for the Flutter FFI plugin
with:
channel: "stable"

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable

Expand Down

0 comments on commit 3863102

Please sign in to comment.