We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0115653 commit 3eb6e3aCopy full SHA for 3eb6e3a
.github/workflows/release.yml
@@ -13,17 +13,18 @@ jobs:
13
uses: actions/checkout@v3
14
15
- name: Set up build tools
16
- run: sudo apt-get install -y \
17
- build-essential \
18
- autoconf \
19
- autoconf-archive \
20
- automake \
21
- curl \
22
- git \
23
- libev-dev \
24
- libtool \
25
- pkg-config \
26
- sqlite
+ run: >
+ sudo apt-get install -y
+ build-essential
+ autoconf
+ autoconf-archive
+ automake
+ curl
+ git
+ libev-dev
+ libtool
+ pkg-config
27
+ sqlite
28
29
- name: Generate configure script
30
run: autoreconf -fi
0 commit comments