Skip to content

Commit

Permalink
more yml syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Oct 2, 2024
1 parent 3eb6e3a commit f6f0c2a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ 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
run: |
sudo apt-get install -y \
build-essential \
autoconf \
autoconf-archive \
automake \
curl \
git \
libev-dev \
libtool \
pkg-config \
sqlite
- name: Generate configure script
Expand Down

0 comments on commit f6f0c2a

Please sign in to comment.