Skip to content

Commit 0115653

Browse files
committed
further revised release script
1 parent 4c8e72a commit 0115653

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Diff for: .github/workflows/release.yml

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

1515
- name: Set up build tools
16-
run: sudo apt-get install -y build-essential autoconf automake libtool pkg-config autoconf-archive
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
1727

1828
- name: Generate configure script
1929
run: autoreconf -fi
2030

2131
- name: Run configure
2232
run: ./configure
2333

24-
- name: Build the project
25-
run: make
26-
2734
- name: Create .tar.gz source tarball
2835
run: make dist
2936

0 commit comments

Comments
 (0)