From deac92d2da1267325015fbfa5cc604950f93109c Mon Sep 17 00:00:00 2001 From: James Bonfield Date: Tue, 25 Jun 2024 12:12:08 +0100 Subject: [PATCH] . --- .github/workflows/unix-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unix-build.yml b/.github/workflows/unix-build.yml index 5e98624..1d631d1 100644 --- a/.github/workflows/unix-build.yml +++ b/.github/workflows/unix-build.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: macOS specific - if: runner.os == 'macOS' }} + if: runner.os == 'macOS' run: | brew install autoconf automake libtool autoreconf -i @@ -33,7 +33,7 @@ jobs: autoreconf -i ./configure CC=clang - - name: Ubuntu-latest using gcc with sanitizers + - name: Ubuntu-latest using gcc with sanitizers if: ${{ matrix.os == 'ubuntu-latest' }} run: | autoreconf -i