Skip to content

Commit 3eb6e3a

Browse files
committed
fixed yml syntax
1 parent 0115653 commit 3eb6e3a

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Diff for: .github/workflows/release.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,18 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- 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
16+
run: >
17+
sudo apt-get install -y
18+
build-essential
19+
autoconf
20+
autoconf-archive
21+
automake
22+
curl
23+
git
24+
libev-dev
25+
libtool
26+
pkg-config
27+
sqlite
2728
2829
- name: Generate configure script
2930
run: autoreconf -fi

0 commit comments

Comments
 (0)