We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04c4e6 commit 43c1b7cCopy full SHA for 43c1b7c
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Add repository
11
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
12
- name: Install packages
13
- run: sudo apt install gettext gcc-9 gcc-10 gcc-11 gcc-12
+ run: sudo apt install gcc-9 gcc-10 gcc-11 gcc-12
14
- uses: actions/checkout@v2
15
- name: Autoconf
16
run: autoreconf -i -f
@@ -46,7 +46,7 @@ jobs:
46
run: brew install automake libtool
47
48
49
- run: autoreconf -i -f -I $(brew --prefix)/share/gettext/m4
+ run: autoreconf -i -f
50
- name: Configure
51
run: ./configure
52
env:
0 commit comments