summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 62be12dda4..194143040b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,7 +61,8 @@ jobs:
extra: vimtags
steps:
- - uses: actions/checkout@v3
+ - name: Checkout repository from github
+ uses: actions/checkout@v3
- name: Install packages
run: |
@@ -295,7 +296,8 @@ jobs:
features: [tiny, normal, huge]
steps:
- - uses: actions/checkout@v3
+ - name: Checkout repository from github
+ uses: actions/checkout@v3
- name: Install packages
if: matrix.features == 'huge'
@@ -432,7 +434,8 @@ jobs:
msystem: ${{ matrix.msystem }}
release: false
- - uses: actions/checkout@v3
+ - name: Checkout repository from github
+ uses: actions/checkout@v3
- name: Create a list of download URLs
shell: cmd