summaryrefslogtreecommitdiff
path: root/.github/workflows/check_misc.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-01-11 18:28:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-01-11 18:28:53 +0900
commit0480c073449e5116847c9e975ac794f28daef0ac (patch)
tree5ac5ae51472a903b66ba0ad723eedd12e67e2cf8 /.github/workflows/check_misc.yml
parent7cc8d58cc9596d1472f51a3767f6d35c736041ac (diff)
Remove printf z modifier check [ci skip]
VC2013 is no longer supported.
Diffstat (limited to '.github/workflows/check_misc.yml')
-rw-r--r--.github/workflows/check_misc.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index 7f2d3c346c..ce4397b35a 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -52,14 +52,6 @@ jobs:
exit $fail
working-directory: include
- # This should be able to be removed once old platforms are dropped.
- - id: c99-check
- name: Check for C99 features which may not be supported
- run: |
- # VC2013: z modifier for size_t is not supported.
- grep -r -n --include='*.[chyS]' '%[0-9]*z[idu]' -- . && exit 1 || :
- continue-on-error: true # Just show in the annotations
-
- id: gems
run: true
if: ${{ github.ref == 'refs/heads/master' }}