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.
bloc_tools
dart_package
1 parent 9b16f65 commit 8cbe117Copy full SHA for 8cbe117
.github/actions/dart_package/action.yaml
@@ -55,7 +55,8 @@ runs:
55
sdk: ${{inputs.dart_sdk}}
56
57
- name: ⚙️ Setup Bloc Tools
58
- uses: felangel/setup-bloc-tools@v0
+ run: dart pub global activate --source path ./packages/bloc_tools
59
+ shell: ${{ inputs.shell }}
60
61
- name: 📦 Install Dependencies
62
working-directory: ${{ inputs.working_directory }}
0 commit comments