| 
39 | 39 |  release:  | 
40 | 40 |  branches:  | 
41 | 41 |  - master  | 
 | 42 | + types: [published]  | 
42 | 43 |  paths-ignore:  | 
43 | 44 |  - '**.md'  | 
44 | 45 | 
 
  | 
 | 
78 | 79 |  if: success()  | 
79 | 80 |  - name: install  | 
80 | 81 |  run: |  | 
81 |  | - sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet  | 
 | 82 | + sudo apt-get -y install -qq gcc g++ gperf git flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet  | 
82 | 83 |  sudo /usr/sbin/update-ccache-symlinks  | 
83 | 84 |  echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc  | 
84 | 85 |  source ~/.bashrc && echo $PATH  | 
@@ -125,7 +126,7 @@ jobs:  | 
125 | 126 |  if: success()  | 
126 | 127 |  - name: install  | 
127 | 128 |  run: |  | 
128 |  | - sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet  | 
 | 129 | + sudo apt-get -y install -qq gcc g++ gperf flex texinfo git pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet  | 
129 | 130 |  sudo /usr/sbin/update-ccache-symlinks  | 
130 | 131 |  echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc  | 
131 | 132 |  source ~/.bashrc && echo $PATH  | 
@@ -172,7 +173,7 @@ jobs:  | 
172 | 173 |  if: success()  | 
173 | 174 |  - name: install  | 
174 | 175 |  run: |  | 
175 |  | - sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet  | 
 | 176 | + sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet  | 
176 | 177 |  sudo /usr/sbin/update-ccache-symlinks  | 
177 | 178 |  echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc  | 
178 | 179 |  source ~/.bashrc && echo $PATH  | 
 | 
0 commit comments