Skip to content

Commit

Permalink
Merge pull request #3640 from leleliu008/fix-github-actions-testing-o…
Browse files Browse the repository at this point in the history
…penbsd-automake-version-broken

GitHubActions: fix testing-openbsd.yml automake version broken issue
  • Loading branch information
masatake committed Feb 6, 2023
2 parents 3cd1723 + db6e3ca commit 555198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo ln -s /usr/local/lib/libiconv.so.* /usr/local/lib/libiconv.so
fi
run sudo pkg_add automake-1.16.3 gmake
run sudo pkg_add automake%1.16 gmake
run cc --version
Expand Down

0 comments on commit 555198a

Please sign in to comment.