Skip to content

Commit 2e899aa

Browse files
authored
ci: Improve names for job's steps
1 parent 77ba09a commit 2e899aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
with:
4242
version: ${{ matrix.emacs-version }}
4343

44-
- name: Setup Eask
44+
- name: Setup Eask (x64)
4545
uses: emacs-eask/setup-eask@master
4646
if: matrix.os != 'ubuntu-24.04-arm'
4747
with:
4848
version: 'snapshot'
4949
architecture: 'x64'
5050

51-
- name: Setup Eask for linux-aarch64
51+
- name: Setup Eask (ARM64)
5252
uses: emacs-eask/setup-eask@master
5353
if: matrix.os == 'ubuntu-24.04-arm'
5454
with:

0 commit comments

Comments
 (0)