comparison .github/workflows/ci.yml @ 29060:a8c0c5865e73 v8.2.5052

patch 8.2.5052: CI checkout step title is a bit cryptic Commit: https://github.com/vim/vim/commit/bfaa24f95343af9c058696644375d04e660f1b00 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed Jun 1 21:26:34 2022 +0100 patch 8.2.5052: CI checkout step title is a bit cryptic Problem: CI checkout step title is a bit cryptic. Solution: Add a better title. (closes https://github.com/vim/vim/issues/10509)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jun 2022 22:30:03 +0200
parents 272a24b53d0c
children 8957a70ce228
comparison
equal deleted inserted replaced
29059:cc8b6c130dff 29060:a8c0c5865e73
59 - features: normal 59 - features: normal
60 compiler: gcc 60 compiler: gcc
61 extra: vimtags 61 extra: vimtags
62 62
63 steps: 63 steps:
64 - uses: actions/checkout@v3 64 - name: Checkout repository from github
65 uses: actions/checkout@v3
65 66
66 - name: Install packages 67 - name: Install packages
67 run: | 68 run: |
68 PKGS=( \ 69 PKGS=( \
69 gettext \ 70 gettext \
293 fail-fast: false 294 fail-fast: false
294 matrix: 295 matrix:
295 features: [tiny, normal, huge] 296 features: [tiny, normal, huge]
296 297
297 steps: 298 steps:
298 - uses: actions/checkout@v3 299 - name: Checkout repository from github
300 uses: actions/checkout@v3
299 301
300 - name: Install packages 302 - name: Install packages
301 if: matrix.features == 'huge' 303 if: matrix.features == 'huge'
302 env: 304 env:
303 HOMEBREW_NO_AUTO_UPDATE: 1 305 HOMEBREW_NO_AUTO_UPDATE: 1
430 if: matrix.toolchain == 'mingw' 432 if: matrix.toolchain == 'mingw'
431 with: 433 with:
432 msystem: ${{ matrix.msystem }} 434 msystem: ${{ matrix.msystem }}
433 release: false 435 release: false
434 436
435 - uses: actions/checkout@v3 437 - name: Checkout repository from github
438 uses: actions/checkout@v3
436 439
437 - name: Create a list of download URLs 440 - name: Create a list of download URLs
438 shell: cmd 441 shell: cmd
439 run: | 442 run: |
440 type NUL > urls.txt 443 type NUL > urls.txt