File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 9393 runs-on : ubuntu-latest
9494 container : ubuntu:20.04
9595 steps :
96+ - name : Install dependencies
97+ env :
98+ DEBIAN_FRONTEND : noninteractive
99+ run : |
100+ apt-get -qq update
101+ apt-get install perl wget zip bzip2 openssh-client rsync git
96102 - name : Checkout for Linux
97- uses : actions/checkout@v3
103+ uses : actions/checkout@v4
98104 with :
99105 submodules : true
100106 - name : Download plugin descriptors
@@ -105,8 +111,6 @@ jobs:
105111 merge-multiple : true
106112 - name : Build and Upload HTML
107113 run : |
108- apt-get -qq update
109- apt-get install -y -qq perl wget zip bzip2 openssh-client rsync git
110114 TRAVIS_OS_NAME=linux gh_ed25519_key= gh_ed25519_iv= travis/build_html.sh
111115 TRAVIS_OS_NAME=linux travis/upload_html.sh
112116 env :
You can’t perform that action at this time.
0 commit comments