This commit is contained in:
parent
7ca31c676c
commit
cbe51a8566
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: apt update && apt install sshpass
|
- run: apt update && apt install sshpass jq
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Flutter
|
- name: Set up Flutter
|
||||||
uses: https://github.com/subosito/flutter-action@v2
|
uses: https://github.com/subosito/flutter-action@v2
|
||||||
|
|
|
||||||
Reference in a new issue