Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 5, 2024
1 parent 6a9232c commit aab4f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/flutter-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
channel: stable
version: 3.3.0
- name: print pwd & file
run: pwd && ls -la
run: which dart && dart --version
shell: bash
- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit aab4f17

Please sign in to comment.