diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 15:30:06 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 15:30:06 +1100 |
| commit | 4ffa5d6c3a4130982d7bfd4a07cbeca4d6ccf788 (patch) | |
| tree | faa52bde6bb1891a0d6718ac6f1c4f517b2627e2 | |
| parent | 3f7e34101898d2d0ac29a6e27087882afd413250 (diff) | |
git(CI/CD): Remove make checks (temp)
| -rw-r--r-- | .github/workflows/c-cpp.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 60f14d5..d8c2a69 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,7 +15,3 @@ jobs: - uses: actions/checkout@v4 - name: make run: make - - name: make check - run: make check - - name: make distcheck - run: make distcheck |
