diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4f07bbeb..b8eb0f966 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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