Skip to content

Commit

Permalink
fix ci failed (#5222)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman authored Dec 20, 2023
1 parent 375908d commit dcaac08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
29 changes: 0 additions & 29 deletions tools/config-generator.php

This file was deleted.

1 change: 0 additions & 1 deletion tools/pecl-package.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ function check_source_ver(string $expect_ver, $source_file)
}

// all check
swoole_execute_and_check(['php', __DIR__ . '/config-generator.php']);
swoole_execute_and_check(['php', __DIR__ . '/arginfo-check.php']);
swoole_execute_and_check(['php', __DIR__ . '/code-generator.php']);
if (file_exists(LIBRARY_DIR)) {
Expand Down

0 comments on commit dcaac08

Please sign in to comment.