From 4d6a1ccac304d58384f69f00b9e3b2fe6d889286 Mon Sep 17 00:00:00 2001 From: Omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 25 Feb 2024 13:06:22 +1100 Subject: add -y for xmake --- .github/workflows/continuous-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-workflow.yml b/.github/workflows/continuous-workflow.yml index f324f27..34cdff1 100644 --- a/.github/workflows/continuous-workflow.yml +++ b/.github/workflows/continuous-workflow.yml @@ -19,6 +19,6 @@ jobs: - name: Check formatting run: find src/ -iname *.h -o -iname *.c | xargs clang-format --style=file --dry-run --Werror - name: Compile C code - run: xmake build + run: xmake build -y # - name: Run tests # run: xmake run -g tests -- cgit v1.2.3-70-g09d2