Skip to content

Commit 8efce9b

Browse files
committed
use version for check
1 parent 10b129e commit 8efce9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
using: "composite"
1919
steps:
2020
- name: Check java found
21-
run: which java
21+
run: java --version
2222
id: check_java
2323
shell: bash
2424
continue-on-error: true
@@ -32,7 +32,7 @@ runs:
3232
cache: "gradle"
3333

3434
- name: Check flutter found
35-
run: which flutter
35+
run: flutter --version
3636
id: check_flutter
3737
shell: bash
3838
continue-on-error: true

0 commit comments

Comments
 (0)