X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;h=384ff6687b5f414537e4f96a5901d88e7287d493;hb=ef5a9ba60a6b920c788414391e083ee8474821a8;hp=098da4821b6fad6bb277c0dc39feb3caa41f93c8;hpb=7a0dee8cc0dc7fc165d9c4f39a070bf3c32ce756;p=m6w6%2Fext-http diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 098da48..384ff66 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -58,11 +58,14 @@ foreach ($job as $id => $env) { } printf(" env:\n"); foreach ($env as $key => $val) { - printf(" %s: %s\n", $key, $val); + 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 \