We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7ce38 commit 39922e9Copy full SHA for 39922e9
.github/workflows/release.yml
@@ -1,9 +1,9 @@
1
name: Version Release
2
3
on:
4
- push:
5
- tags:
6
- - 'v*'
+ push:
+ tags:
+ - 'v*'
7
8
permissions:
9
contents: write
@@ -60,7 +60,7 @@ jobs:
60
export DEBIAN_FRONTEND=noninteractive
61
apt update && apt install -q -y autoconf-archive cmake curl git libssl-dev \
62
libunwind-dev ninja-build libtool gcc-9 g++-9 libboost-fiber-dev \
63
- libxml2-dev zip libzstd-dev debhelper moreutils bison pip jq
+ libxml2-dev zip libzstd-dev debhelper moreutils bison
64
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 40 \
65
--slave /usr/bin/g++ g++ /usr/bin/g++-9
66
run: |
0 commit comments