Skip to content

Commit

Permalink
automake
Browse files Browse the repository at this point in the history
  • Loading branch information
gptlang authored Mar 8, 2024
1 parent e9dd257 commit 9c6e017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
maven-version: 3.9.6
- name: Install Dependencies (Linux)
if: runner.os == 'Linux'
run: sudo apt-get install -y build-essential automake1.10 libtool
run: sudo apt-get install -y build-essential automake libtool
- name: Install Dependencies (Windows)
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 9c6e017

Please sign in to comment.