Skip to content

Commit

Permalink
Merge pull request opencog#1502 from ryandesign/autogen
Browse files Browse the repository at this point in the history
Rename autoconf to autogen and don't run configure
  • Loading branch information
linas authored Apr 23, 2024
2 parents 55c72e2 + cac15f1 commit 4102946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v4
- name: install packages
run: sudo apt-get install autoconf-archive flex libpcre2-dev
- name: autoconf
run: ./autogen.sh
- name: autogen
run: ./autogen.sh --no-configure
- name: configure
run: ./configure
- name: make
Expand Down

0 comments on commit 4102946

Please sign in to comment.