Forráskód Böngészése

fix: add flutter action for access to dart

Poly-Pixel 2 éve
szülő
commit
5eb8a60f91
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      .github/workflows/rust_lint.yml

+ 4 - 0
.github/workflows/rust_lint.yml

@@ -20,6 +20,10 @@ jobs:
         with:
           toolchain: 'stable-2022-01-20'
           override: true
+      - uses: subosito/flutter-action@v1
+        with:
+          flutter-version: '3.0.0'
+          channel: "stable"
 
       - name: Rust Deps
         working-directory: frontend