Skip to content

Commit

Permalink
fixed yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Oct 2, 2024
1 parent 0115653 commit 3eb6e3a
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ jobs:
uses: actions/checkout@v3

- name: Set up build tools
run: sudo apt-get install -y \
build-essential \
autoconf \
autoconf-archive \
automake \
curl \
git \
libev-dev \
libtool \
pkg-config \
sqlite
run: >
sudo apt-get install -y
build-essential
autoconf
autoconf-archive
automake
curl
git
libev-dev
libtool
pkg-config
sqlite
- name: Generate configure script
run: autoreconf -fi
Expand Down

0 comments on commit 3eb6e3a

Please sign in to comment.