We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8553d04 commit 77fb54fCopy full SHA for 77fb54f
.github/workflows/ci.yml
@@ -36,13 +36,6 @@ jobs:
36
- name: Download library
37
uses: actions/download-artifact@v4
38
39
- - name: Set up Flutter
40
- uses: subosito/flutter-action@v2
41
- with:
42
- channel: stable
43
- flutter-version: 3.19.0
44
- - run: flutter --version
45
-
46
- name: Set workspace in env
47
run: echo "workspace=$GITHUB_WORKSPACE" >> $GITHUB_ENV
48
0 commit comments