Skip to content

Commit

Permalink
fix package name in flow build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux committed Nov 5, 2024
1 parent 8a63108 commit 4a369ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: setup
run: apt update && apt install libfcgi-client-perl autoreconf autoconf libtool make gcc make m4 g++
run: apt update && apt install libfcgi-client-perl autoconf automake libtool make gcc make m4 g++
- name: autogen.sh
run: ./autogen.sh
- name: configure
Expand Down

0 comments on commit 4a369ef

Please sign in to comment.