Skip to content

Commit 4c8e72a

Browse files
committed
another attempt w/ the release action
1 parent 3b37fc2 commit 4c8e72a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ jobs:
1515
- name: Set up build tools
1616
run: sudo apt-get install -y build-essential autoconf automake libtool pkg-config autoconf-archive
1717

18-
- name: Create necessary directories
19-
run: mkdir -p m4 auxdir build-aux/m4
20-
2118
- name: Generate configure script
22-
run: autoreconf -i -I m4 -I build-aux/m4
19+
run: autoreconf -fi
2320

2421
- name: Run configure
2522
run: ./configure

0 commit comments

Comments
 (0)