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