diff options
author | Loïc Guilloux <glx22@users.noreply.github.com> | 2021-06-13 13:26:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-13 13:26:45 +0200 |
commit | f86c66cbd7aafa16188b80feda0be9f69587e34b (patch) | |
tree | c03f782263bdfaf92225df34eb79eb6d48518f57 /.github/workflows | |
parent | 7d791800408b6fc41f716f116e88135f02e18270 (diff) | |
download | openttd-f86c66cbd7aafa16188b80feda0be9f69587e34b.tar.xz |
Codechange: [Actions] Improve MSYS2 setup time (#9360)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8f1d1e195..8a7835c1e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -339,7 +339,7 @@ jobs: uses: msys2/setup-msys2@v2 with: msystem: ${{ matrix.msystem }} - update: true + release: false install: >- git make |