Explorar el Código

switch github actions to beta channel

lukepighetti hace 4 años
padre
commit
306d2d7752
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/dart.yml

+ 1 - 1
.github/workflows/dart.yml

@@ -17,6 +17,6 @@ jobs:
           java-version: '12.x'
       - uses: subosito/flutter-action@v1
         with:
-          channel: stable
+          channel: beta
       - run: flutter pub get
       - run: flutter test