From ccac51edee527ff9dc1e971ec3bd8f84f4d54d5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 17 May 2020 12:53:43 +0200 Subject: [PATCH] :wrench: Fuzzit --- .github/workflows/fuzzit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fuzzit.yml b/.github/workflows/fuzzit.yml index a4c6ac63..6a9a1e09 100644 --- a/.github/workflows/fuzzit.yml +++ b/.github/workflows/fuzzit.yml @@ -18,7 +18,7 @@ jobs: - name: Build Gwion run: | git submodule update --init ast util - cd util; CFLAGS="" make make include/generated.h; cd .. + cd util; CFLAGS="" make include/generated.h; cd .. make util/libgwion_util.a ast/libgwion_ast.a libgwion.a env: CC: clang -- 2.43.0