From 832b92a6a2c228bfd8ef20955c1eafdcd432cd44 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Tue, 28 Nov 2023 08:49:55 -0500 Subject: [PATCH] Update verify.yml Signed-off-by: Bill Traynor --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index bee83b3e..af5bf256 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -13,4 +13,4 @@ jobs: sudo apt-get install python3-sympy texlive-latex-base \ texlive-latex-recommended texlive-latex-extra \ texlive-fonts-extra texlive-science - - run: 'cd ./build &&make' + - run: 'cd ./build && make'