diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 13:06:22 +1100 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 13:06:22 +1100 |
commit | 4d6a1ccac304d58384f69f00b9e3b2fe6d889286 (patch) | |
tree | 65f6793c4c3a35471baec1a0b9074525ff0a6d2c /.github | |
parent | f1411cc78aa8f7e73d284ebe4d3d8f174dca45ac (diff) |
add -y for xmake
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/continuous-workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |