From: romeroalx Date: Wed, 15 May 2024 12:34:00 +0000 (+0200) Subject: gh actions: fix a typo (autotools) in build-and-test-all.yml as reported by Otto X-Git-Tag: rec-5.1.0-beta1~48^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14179%2Fhead;p=thirdparty%2Fpdns.git gh actions: fix a typo (autotools) in build-and-test-all.yml as reported by Otto --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 8877a30222..b4927589ab 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -65,7 +65,7 @@ jobs: strategy: matrix: include: - - builder: autootols + - builder: autotools sanitizers: asan+ubsan - builder: meson sanitizers: address,undefined