Skip to content

Commit 8cbe117

Browse files
authored
ci: use local bloc_tools in dart_package workflow (#4689)
1 parent 9b16f65 commit 8cbe117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/dart_package/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ runs:
5555
sdk: ${{inputs.dart_sdk}}
5656

5757
- name: ⚙️ Setup Bloc Tools
58-
uses: felangel/setup-bloc-tools@v0
58+
run: dart pub global activate --source path ./packages/bloc_tools
59+
shell: ${{ inputs.shell }}
5960

6061
- name: 📦 Install Dependencies
6162
working-directory: ${{ inputs.working_directory }}

0 commit comments

Comments
 (0)