Skip to content

Commit

Permalink
Attribute Felipe
Browse files Browse the repository at this point in the history
And the BSD's don't like sudo
  • Loading branch information
wtoorop committed Jul 12, 2024
1 parent f2b2ec7 commit 282fd24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
shell: bash
run: |
export DUMMY12345=1 ${{ matrix.os.env }}
sudo ${{ matrix.os.pkginstall }}
sudo ${{ matrix.os.pkginstall }} || ${{ matrix.os.pkginstall }}
libtoolize -vci
autoreconf -vfi
./configure ${{ matrix.os.configure_args }}
Expand Down
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
Thanks Jelte Jansen
* PR #205: Add functions to extract RFC 8914 extended errors
Thanks Roland van Rijswijk-Deij
* PR #203: Expand CI: Cygwin, BSDs, musl libc, 32-bit, and big-endian
Thanks Felipe Gasper

1.8.3 2022-08-15
* bugfix #183: Assertion failure with OPT record without rdata.
Expand Down

0 comments on commit 282fd24

Please sign in to comment.