File tree 2 files changed +12
-0
lines changed 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -672,6 +672,12 @@ jobs:
672
672
run : |
673
673
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-arm64
674
674
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
675
+
676
+ - name : Install tools
677
+ shell : bash
678
+ run : |
679
+ sudo apt update
680
+ sudo apt install -y jq docker
675
681
676
682
- name : Docker Info
677
683
shell : bash
Original file line number Diff line number Diff line change @@ -672,6 +672,12 @@ jobs:
672
672
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-arm64
673
673
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
674
674
675
+ - name : Install tools
676
+ shell : bash
677
+ run : |
678
+ sudo apt update
679
+ sudo apt install -y jq docker
680
+
675
681
- name : Docker Info
676
682
shell : bash
677
683
run : |
You can’t perform that action at this time.
0 commit comments