From 217866056f48f15ca1a64c95d8cf58b3d2058ac3 Mon Sep 17 00:00:00 2001 From: romeroalx Date: Wed, 15 May 2024 14:34:00 +0200 Subject: [PATCH] gh actions: fix a typo (autotools) in build-and-test-all.yml as reported by Otto --- .github/workflows/build-and-test-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2