X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;h=3b927ea4c6c5e9cac324e617b0dfffdf565926f7;hp=098da4821b6fad6bb277c0dc39feb3caa41f93c8;hb=96bb85e8a89faad9009afd8be9ee439bc7f48ce1;hpb=7a0dee8cc0dc7fc165d9c4f39a070bf3c32ce756 diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 098da48..3b927ea 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -61,8 +61,11 @@ foreach ($job as $id => $env) { printf(" %s: %s\n", $key, $val); } ?> + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 + with: + submodules: true - name: Install run: | sudo apt-get install -y \