From 59e2e4f180191eef61619c2e4ea27ddeac95840a Mon Sep 17 00:00:00 2001 From: welcor <357770+welcor@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:58:13 +0200 Subject: [PATCH] typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 367c7d2..fafcce2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: configure run: ./configure - name: list conf.h for testing - run cat src/conf.h + run: cat src/conf.h - name: build tests run: cd src && touch .accepted && make test - name: build