Skip to content

Commit 39922e9

Browse files
committed
remove extra spaces
1 parent 9e7ce38 commit 39922e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Version Release
22

33
on:
4-
push:
5-
tags:
6-
- 'v*'
4+
push:
5+
tags:
6+
- 'v*'
77

88
permissions:
99
contents: write
@@ -60,7 +60,7 @@ jobs:
6060
export DEBIAN_FRONTEND=noninteractive
6161
apt update && apt install -q -y autoconf-archive cmake curl git libssl-dev \
6262
libunwind-dev ninja-build libtool gcc-9 g++-9 libboost-fiber-dev \
63-
libxml2-dev zip libzstd-dev debhelper moreutils bison pip jq
63+
libxml2-dev zip libzstd-dev debhelper moreutils bison
6464
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 40 \
6565
--slave /usr/bin/g++ g++ /usr/bin/g++-9
6666
run: |

0 commit comments

Comments
 (0)