Skip to content

Commit

Permalink
Use a recent automake for release packages
Browse files Browse the repository at this point in the history
Otherwise the configure script will not work for Python 3.10.
  • Loading branch information
cschramm committed Feb 10, 2022
1 parent 14a2ae3 commit a6416ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- run: grep --quiet '^AC_INIT(\[blueman\], \[${{ steps.version.outputs.VERSION }}\]' configure.ac || (echo "Did not find expected verson in configure.ac" && exit 1)
- run: "grep --quiet \"version: '${{ steps.version.outputs.VERSION }}'\" meson.build || (echo 'Did not find expected verson in meson.build' && exit 1)"
- run: git archive --prefix="blueman-${{ steps.version.outputs.VERSION }}/" HEAD | tar x
- run: sudo add-apt-repository ppa:devacom/devel
- run: sudo apt-get update
- run: sudo apt-get install -y -qq --no-install-recommends autopoint
- run: sudo apt-get install -y -qq --no-install-recommends autopoint automake
- run: NOCONFIGURE=1 ./autogen.sh
working-directory: "blueman-${{ steps.version.outputs.VERSION }}"
- run: tar cJf "blueman-${{ steps.version.outputs.VERSION }}.tar.xz" "blueman-${{ steps.version.outputs.VERSION }}"
Expand Down

0 comments on commit a6416ef

Please sign in to comment.